For a C/C++ Project With Existing Sources, you can specify how your code will be parsed to create the configuration(s) used by 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 to create the configuration. 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++ Code Assistance Settings |