Adding the C/C++ Annotations Include File to Your Visual Studio Project

If you do not want to refer to the installed C/C++ annotation include header file, you can reference a solution- or project-specific copy of it.

To add a project-specific annotations include file to your Visual Studio project:

  1. In Solution Explorer, right-click the project where you want to create the Intel Advisor XE annotation header file.

  2. Click Add > New Item... The following window appears, without the yellow boxes and file name:
    Adding the annotations include file
  3. Under Categories:, click Intel Advisor XE 2013.

  4. Under Templates: (or a similar name), click advisor-annotate.

  5. Type a file name for this include file, such as advisor-annotate.h for the C/C++ header file or use advisor_annotate for the Fortran module file.

  6. Verify the directory location and click Add.

In Solution Explorer, a copy of the header file appears as a file under the project folder.

See Also


Submit feedback on this help topic