Hi,
I'm trying to set up my visual studio code environment for my c++ project that I compile with gcc. The makefiles are made with premake. A problem I have is that predefined macros and things from the precompiled header are not detected by vs code which means I get incorrect highlighting and intellisense errors. How do I let vs code know about these things so it can get properly highlighted?