Adding a new C/C++ project
About this task
When you add a new C/C++ project to the application, you specify a collection of source files to scan:
include
path- preprocessor definitions
- options
The steps in this topic direct you to complete all pages in the New Project Wizard (or New Application Wizard, if you are creating the project in it). However, some of the pages in the wizard are optional (required settings are complete when the Finish button is activated). Settings made in the wizard can be modified after project creation in the Properties view for a selected project. If you complete the New Project Wizard without completing optional pages, you can change the settings from those pages later on in the Properties view.
Important: In order to scan a C++ project, the project must
compile and link without errors.