Intel® C++ Compiler 16.0 User and Reference Guide
Create a Visual C++* project, or open an existing project.
In Solution Explorer, select the project(s) to build with Intel® C++ Compiler.
Open Project > Properties.
In the left pane, expand the Configuration Properties category and select the General property page.
In the right pane, change the Platform Toolset to Intel C++ Compiler.
Alternatively, you can change the toolset by selecting Project > Intel Compiler > Use Intel C++. This sets whichever version of the Intel® Compiler that you specify as the toolset for all supported platforms and configurations.
To add options, go to Project > Properties > C/C++ > Command Line and add new options to the Additional Options field.
Alternatively, you can select options from Intel specific properties. Refer to complete list of options in the Compiler Options section in this documentation.
Rebuild, using either Build > Project only > Rebuild for a single project, or Build > Rebuild Solution for a solution.
To verify the use of the Intel C+ Compiler:
You should see a message similar to the following when using the Intel® C++ Compiler:
Intel® C++ Compiler XE 16.0 for applications running on IA-32, Version 16.X.X.X
The following project types are not supported:
Create a separate configuration for building with Intel® C++ Compiler:
After you have created your project and specified it as an Intel® C++ project, create a new configuration (for example, "rel_intelc" based on "Release" configuration or "debug_intelc" based on "Debug" configuration).
Add any special optimization options offered by Intel® C++ Compiler only to this new configuration (for example, "rel_intelc" or "debug_intelc") through the project property page.
Build with Intel® C++ Compiler.