Compilation error - #include errors in visual studio code
11:23 06 May 2026

configuration 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.

c visual-studio-code mingw-w64