Cstdio can't be found

I get the following two errors when I do #include

#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (C:\GameDev\FirstCPP\hello.cpp).C/C++(1696)

cannot open source file “cstdio”. Please run the ‘Select IntelliSense Configuration…’ command to locate your system headers.C/C++(1696)

I have two extensions installed, C/C++ and C/C++ Extension Pack.
I have raylib 4.0, as the provided project template was for VSCode Template provided via github was updated for 4.0.

Try removing the C/C++ extension pack, I’ve noticed that having both can create a weird conflict.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms