Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28630 Discussions

RC.exe not found after update to 10.1.021 edition

truelies
Beginner
1,054 Views
I uninstalled the previous editon and visual studio 2005 premier edition, then reinstalled the update. But when I run the project, it display "RC.exe not found". How to fix this?
0 Kudos
22 Replies
Steven_L_Intel1
Employee
144 Views
You will need to have the WindowsSdkDir system environment variable set to the path of the SDK. For example:

C:Program FilesMicrosoft SDKsWindowsv6.0A

It could be that the VirtualPC environment is not making that available to you.
0 Kudos
onkelhotte
New Contributor II
144 Views

Somehow VS2008 did not install Windows SDK 6.0A.

Installing Windows SDK 6.1 manually solved the problem.

Markus

0 Kudos
Reply