MakeFile connect problem
I want to proceed with the project static analysis in the built-in version of visual studio. IDE has been delivered to MLXIDE (based on eclipse) and compiler information to eclipse 4.3, and there is an error that does not currently receive #define content.
As the header file containing #define content is #included and linked to the defined content, there is no way to connect the settings because the path definition content is written in the makefile and errors occur during the pre-processing process.
Is there any way to make additional configuration settings in the Visual Studio built-in version without modifying the file(code) or to proceed with static analysis in the 'cppclient'?
I only have experience in visual studio. If you need to proceed to cppclient, please deliver the procedure in detail. Thank you.