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

Visual Studio cannot open solution after a project is deleted if Intel C++ compiler is installed

Howard_Weiss
Beginner
331 Views
I am using Visual Studio 2005 with the most recent Intel compiler installer

If I delete a project, close the solution, and reopen the solution, Visual Studio displays an error box saying that it has encountered a problem and must close. If I open the debug window, I see that there is a problem wit intelpkg.dll mod 12.0.1022.2005
0 Kudos
1 Reply
JenniferJ
Moderator
331 Views
There are two ways to solve this.

1. remove the .sln and create another one.
2. open a cmd window, and add "\Intel\Shared Files\ia32\Bin" to the env-var "path"; run
icprojconvertXXX test.sln /VC
0 Kudos
Reply