Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7831 Discussions

Parallel Studio XE 2018 - "icl.exe" exited with code 4

Ronald_H_1
Beginner
269 Views

I installed the Parallel Studio XE 2018 with the default options on my system where visual studio 2015 update 3 in installed.

I create a new C++ console application project in Visual Studio and switch the project to the intel compiler. When I run re-build solution in Visual Studio I get the following error:

1>------ Rebuild All started: Project: ConsoleApplication1, Configuration: Debug x64 ------
1> stdafx.cpp
1> Command-line error: invalid Microsoft version number: 89
1>
1> compilation aborted for stdafx.cpp (code 4)
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\Intel C++ Compiler 18.0\Toolset.targets(235,5): error MSB6006: "icl.exe" exited with code 4.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

In the forum I can find various topic that are a few years old, but no solution which seems to work for me.

Does anyone know how to solve this issue?

0 Kudos
1 Reply
Ronald_H_3
Beginner
269 Views

Is there anyone who has experienced a similar issue?

0 Kudos
Reply