##Include errors (vscode)
19 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
find VSCode's json config file, add the missing include directories
(good luck lol)
settings.json right?
maybe
How do you compile? Using a tasks.json?
Note that the c_cpp_properties.json is just for IntelliSense.
using g++
Note that the c_cpp_properties.json is just for IntelliSense.
oh
So, just typing the command in the terminal?
yep
Well you need to add the include path there with -I
But I'd rather use CMake
I suppose so
along with what you already have