Im going through the course again to try and be able to participate in the game jam but the libraries seem to be missing.
Please run the ‘Select IntelliSense Configuration…’ command to locate your system headers."
Do you have the c++ extension enabled?
Cstdio is a library that is part of the C/C++ standard
i have 18 extensions installed and none suggested
So you do not have the C++ extension installed?
Ok, here are my recommendations. In order:
- Disable all extensions EXCEPT the C/C++ extension
- Disable and re-enable the C/C++ extension
- Uninstall then reinstall the C/C++ extension
- Uninstall then reinstall VSCode
Go through each one, testing to see if including headers works, before moving on to the next one.
ive done each one to no effect. the following image is the error i got after reinstalling the extension.
Ok, can you show me the contents of c_cpp_properties.json in the .vscode folder of your project?