VSCode c_cpp_properties.json Introduce Errors

Errors

  • identifier “xxx” is not defined
  • qualified name is not allowed
  • expected a ‘;’
  • class “xxx” has no field “yyy”
  • namespace “std” has no member “xxx”
  • explicit type is missing (‘int’ assumed)
  • expected a ‘)’
  • include errors detected based on information provided by the configurationProvider setting. Squiggles are disabled for this translation unit (/home/shiming/Documents/damiao/trossen_arm_driver/src/trossen_arm_driver.cpp).

Solution

Remove the configurationProvider line from the c_cpp_properties.json

发表评论

您的邮箱地址不会被公开。 必填项已用 * 标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据