For a C/C++ Project From Existing Code, you can specify how your code will be parsed by the built-in parser used for the code assistance features of the IDE.
When you create the project, you can specify the include files and macro definitions that will be used by the built-in parser. Or if the project has been built with debug information, you can have the built-in parser automatically search for the include files and macro definitions for each compiled source file.
To specify additional code assistance configuration information that will improve the accuracy of the code assistance features of the IDE for a project, use the Configure Code Assistance wizard. To start the wizard, right-click your project and choose Configure Code Assistance.
See also | |
---|---|
Configure Code Assistance Wizard: Select Mode Configuring C and C++ Parser Settings |