New C/C++ Project From Existing Code Wizard: Code Assistance
See Also
The New C/C++ Project From Existing Code 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..
- Manual Configuration. Lets you specify the include files and
macro definitions that will be used by the built-in parser to create the
configuration. The configuration will be for the entire project.
- Automatic Configuration. If the project has been
built with debug information, the built-in parser searches for
the include files and macro definitions for each compiled source file.
You can specify the configuration level:
- Configure File Properties. A configuration is created for
each file. This level creates the most precise configuration but makes
project maintenance more difficult.
- Configure Folder Properties. A configuration is created for
each folder from a union of file configurations.
- Configure Project Properties. A configuration is created for
the entire project from a union of file configurations.
.
Legal Notices