I've downloaded a project through SVN. I've downloaded and installed Parallel Studio 2017. And I have Visual Studio 2015.
I changed my project's platform toolset to Intel C++ Compiler 17. In the solution explorer it says "(Intel C++ Compiler 17.0). But when trying to build project, it goes well for sometime and at same file everytime it fails and still says:
Error MSB8020 The build tools for Intel C++ Compiler XE 15.0 (Platform Toolset = 'Intel C++ Compiler XE 15.0') cannot be found. To build using the Intel C++ Compiler XE 15.0 build tools, please install Intel C++ Compiler XE 15.0 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". ArmageddonGame C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets 57
I'm a beginner on Visual Studio and C++. What am I doing wrong?