Note that I\'m using VS Code on Ubuntu 17.10 and using the GCC Compiler.
I\'m having trouble building a simple program which makes use of additional .ccp files. I\'m
in tasks.json:
"label": "g++.exe build active file", "args": [ "-g", "${fileDirname}\\**.cpp", //"${fileDirname}\\**.h", "-o", "${fileDirname}\\${fileBasenameNoExtension}.exe", ],
in launch.json:
"preLaunchTask": "g++.exe build active file"
it will work if your sources are in separated folder