<p>Automatically generate project defines and include paths settings from the <b>C/C++ > New Make Projects > Discovery Options</b> project settings.
<h3>C/C++ File Types</h3>
<p>Define specific files, especially C++ headers without extensions, using the <b>C/C++ File Types </b>global preferences or project property.</p>
<h3>Multiple Architecture Project Support</h3>
<p>Building from multiple binary formats? Choose the appropriate formats using the <b>Binary Parser</b> project option.</p>
<h3>Editor Hyperlink Naviagation</h3>
<p>Enable the editor hyperlink navigation and then you can use <b>Ctrl+click</b> to jump to the declaration of an item on the C/C++ editor.</p>
<h3>Indexer Error Markers</h3>
<p>Enable C/C++ indexing and indexer error reporting in the C/C++ Indexer properties. This helps identify projects missing path configuration information.</p>
<h3>Rename Refactoring Support</h3>
<p>Use the Outline or the C/C++ Editor <b>Refactor > Rename</b> context menu to refactor class & type names, methods, function & member names.</p>
<h3>Open Type</h3>
<p>Use Open Type to open up the declaration of C/C++ classes, structures, unions, typedefs, enumerations and namespaces.</p>
<h3>Automatic Refresh</h3>
<p>Configure the default behavior of the automatic retrieval of shared library and register information in the C/C++ debugger.</p>
<p>Content Assist now produces proposals from classes and structure members, local & global variables, pre-processor defines, pre-processor commands.</p>
<p>You can now make changes the Error Parser Configuration. You can change the order in which error parsers are applied or disable them entirely.</p>
<p>You can also specify which paths to include during a Make and customize preprocessor symbols to ensure proper indexing and search capabilities.</p>
<p>Notes:<br>
There are a number of "build error parsers" (the things that turn compiler error messages into objects that we can put into the error lists). If one parser cannot figure out what the message means, then the system moves to the next one in the list.</p>