#How to locate build files to build folder in VSCODE?
7 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 use !howto ask.
Since your program has >1 source file, you really should invest time into a proper build system
At least you won't have to wait for every .cpp file to be rebuilt on every change
That said, this is a sus tasks.json. Can you show the build log from using it? Are you sure you even use it?