New C/C++ Project With Existing Sources Wizard: Code Assistance

See Also 

The New C/C++ Project With Existing Sources wizard enables you to create a project using an existing makefile.

In the Code Assistance page, you choose how your code will be parsed to create the configuration used by the code assistance features of the IDE. Code assistance is a set of IDE features that help you navigate and edit source code. See About Editing C and C++ Source Files for more about these features.

Automatic Configuration. If the project has been built with debug information, the IDE searches for the include files and macro definitions for each compiled source file.

Manual Configuration. Lets you specify the location of include files and add macro definitions to be used by the IDE to create the configuration. The configuration will be for the entire project.

See also
New C/C++ Project With Existing Sources Wizard: Select Mode
New C/C++ Project With Existing Sources Wizard: Build Tool
New C/C++ Project With Existing Sources Wizard: Build Actions
New C/C++ Project With Existing Sources Wizard: Source Files
New C/C++ Project With Existing Sources Wizard: Name and Location
Creating a C or C++ Project
About C and C++ Projects

Legal Notices