Includes in VS Code

Hello,

Since the last update some of the includes in my files are being marked by VSCode as "cannot open source file xxx (1696)"

The application compiles fine.

Is there any solution?  I am in SDK 1.9.1

Thanks

Xavier

Parents
  • Hi Xavier,

    Unlike most with dedicated IDEs, the VS Code code editor is not directly related to the compiler toolchain, so you will unfortunately often see things like this, and it can be ignored. There are ways to tweak how VS Code finds files, but more often it could be just as good to just disable the errorSquiggles ("C_Cpp.errorSquiggles": "Disabled").

    Einar

Reply
  • Hi Xavier,

    Unlike most with dedicated IDEs, the VS Code code editor is not directly related to the compiler toolchain, so you will unfortunately often see things like this, and it can be ignored. There are ways to tweak how VS Code finds files, but more often it could be just as good to just disable the errorSquiggles ("C_Cpp.errorSquiggles": "Disabled").

    Einar

Children
Related