Something is wrong with my VS2003 installation. I develop apps in C++. Now
the $(VSInstallDir)* paths set in the tools\options\projects\VC_dirs dialog
no longer seem to work correctly. VS cannot compile IDL files unless I
explicitly set the full path instead the $(VAR_NAME) one, e.g. I must insert
in the list C:\Development\Visual Studio .NET 2003\Common7\Tools\Bin. Does
anyone have an idea from where Visual Studio takes the value of VSInstallDir
? Btw. the VCInstallDir variable still works fine...
TIA
D.Z. Simpson - 24 Nov 2005 10:45 GMT
I've found some values in this registry key pointed to a wrong folder:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\Setup\VS
> Something is wrong with my VS2003 installation. I develop apps in C++. Now
> the $(VSInstallDir)* paths set in the tools\options\projects\VC_dirs
[quoted text clipped - 6 lines]
>
> TIA