Hello,
I have a project in SGDK with visual studio code. I have created a "inc" folder and put some header files in there with matching "c" files in the "src" folder. Strangely most of the include files (including <genesis.h>) are underscored in red as like there is an error. But the program compiles ok and the bin file runs.
When hovering the mouse over "#include <genesis.h>" I get the message:
#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (D:\xxx\src\main.c).C/C++(1696)
When hovering the mouse over other includes it says:
cannot open source file "time.h". Please run the 'Select IntelliSense Configuration...' command to locate your system headers.C/C++(1696)
How can I correct that?
Thanks
I have a project in SGDK with visual studio code. I have created a "inc" folder and put some header files in there with matching "c" files in the "src" folder. Strangely most of the include files (including <genesis.h>) are underscored in red as like there is an error. But the program compiles ok and the bin file runs.
When hovering the mouse over "#include <genesis.h>" I get the message:
#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (D:\xxx\src\main.c).C/C++(1696)
When hovering the mouse over other includes it says:
cannot open source file "time.h". Please run the 'Select IntelliSense Configuration...' command to locate your system headers.C/C++(1696)
How can I correct that?
Thanks