Intel® C++ Compiler 16.0 User and Reference Guide

Specifying a Base Platform Toolset with the Intel® C++ Compiler

By default, when your project uses the Intel® C++ compiler, the Platform Toolset property is set to use the Intel® compiler, together with the build environment, including paths, libraries, include files, etc., of the toolset specific to the version of Visual Studio you are using.

You can also set the general project level property Base Platform Toolset to use one of the non-Intel installed platform toolsets as the base.

For example, if you are using Visual Studio 2015, and you selected the Intel® C++ compiler in the Platform Toolset property, then the Platform Toolset uses the Visual Studio 2015 environment. If instead you want to use the environment from Visual Studio 2013 along with the Intel® C++ compiler, set the Base Platform Toolset property to v120.

This property page displays all installed toolsets, not including Intel toolsets.

To set the Base Platform Toolset:

The next time you build your project with the Intel® C++ compiler, the option you selected will be used to specify the build environment.