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

Probem with building my VS10 project with Intel(R) C++ Compiler XE 12.0

zubuque
Beginner
258 Views
Hello,

I am trying to use the Intel C++ Compiler to build my VS10 project. However, after starting the build, the followings are displayed in the output window;

1>------ Build started: Project: MyProj, Configuration: Release x64 ------
1>Build started 6/6/2011 11:29:08 AM.
1>InitializeBuildStatus:
1> Touching "x64\\Release\\MyProj.unsuccessfulbuild".
1>MessageBuildingWithCompiler:
1> Building with Intel C++ Compiler XE 12.0
1>ClCompile:
1> ***** ClCompile (X64 - Intel C++)


Then it stays like this forever if I do not cancel the build.

Has anybody encountered such a situation or does anybody have an idea about how I can solve this issue?

Thanks.

Mehmet
0 Kudos
1 Reply
Om_S_Intel
Employee
258 Views
The VS integration of Intel Compiler seems corrupted. You may remove the Intel compiler integration, do a registry cleaning using cclean and reintall/update the Intel compiler integration into VS.

0 Kudos
Reply