I'm trying to compile C files in Visual Studio Code but I'm getting this errors:
"#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit "
I've searched through the forum and haven't seen a working solution
My C/C++ configuration is in the screenshot.
The problem is that Vs code can't access the header file that is stored in the same folder of my main c file.
#include "myheader.h"which directs the compiler to look first in the local folder, before the include paths.