Visual Studio Code C++ Syntax Highlighting Include Path

G

GlitchGamer1459

I'm writing a project in C++ using VSCode and want to include certain headers in my files. Normally I'd be able to do this, but the headers I need are in a separate folder path than the one I'm working on, like this:pROJECT FOLDER- src - vendor - "resource.h" - tests - "main.cpp"I want to have the syntax highlighter search the whole of 'src' for includes. I am not using VSCode for compilation, I have clang and a raw makefile to do it through the terminal.P.S. theres no topic for VSCode or VSCommunity so I put it under windows 10

Continue reading...
 
Back
Top Bottom