I made the mistake of registering the PSDK to Visual Studio .net 2005. It
removed all the installed search paths setup by the application. I tried to
repair and then remove/add VS and it did not restore the paths. How can I
reset the paths or what are all the paths ????
Thanks

Signature
Timothy Jewett
Jewettware@online.nospam
"Gary Chang[MSFT]" - 09 Jan 2006 06:42 GMT
Hi Timothy,
>I made the mistake of registering the PSDK to Visual Studio .net 2005.
>It removed all the installed search paths setup by the application. I
>tried to repair and then remove/add VS and it did not restore the paths.
Based on the description, it appears your VS2005's VC++ include/library
directories setting has been flushed by the registering of the PSDK. Please
let me know if I have misunderstood anything.
If so, I suggest you can try to delete/rename the VCComponents.dat to
remove the current directory setting.
(VCComponents.dat is a hidden file and located in the C:\Documents and
Settings\user-name\Local Settings\Application
Data\Microsoft\VisualStudio\8.0\ directory)
Thanks!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.
Timothy Jewett - 09 Jan 2006 14:04 GMT
Thankyou very much!!!!

Signature
Timothy Jewett
Jewettware@online.nospam
> Hi Timothy,
>
[quoted text clipped - 25 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
"Gary Chang[MSFT]" - 10 Jan 2006 02:50 GMT
You are welcome, Timothy, have a nice day.:)
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.
medicineman - 27 Jan 2006 10:17 GMT
I have a similar broken paths type of a question. I ran a batch file
intended to update my include paths and set up my IDE.
Unfortunately, the batch file did not work, and now I cannot compile any C++
project. I believe the paths have been screwed up.
I've tried creating new ATL projects, MFC projects and Win32 projects. With
MFC and Win32 projects, the error message is
c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\atlmfc\include\afxv_w32.h(166): fatal error C1083: Cannot open
include file: 'windows.h': No such file or directory
With the ATL project, the error is :
c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\atlmfc\include\atlbase.h(61): fatal error C1083: Cannot open include
file: 'winsock2.h': No such file or directory
Any suggestions? I've tried repairing and reinstalling. I'm not sure what
to do next.
MedicineMan - 27 Jan 2006 09:57 GMT
I am having a similar (I think) problem. I ran a batch file intended to
update my include paths and set up my IDE. Unfortunately, the batch file did
not work, and now I cannot compile any C++ project.
I've tried creating new ATL projects, MFC projects and Win32 projects. With
MFC and Win32 projects, the error message is
c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\atlmfc\include\afxv_w32.h(166): fatal error C1083: Cannot open
include file: 'windows.h': No such file or directory
With the ATL project, the error is :
c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\atlmfc\include\atlbase.h(61): fatal error C1083: Cannot open include
file: 'winsock2.h': No such file or directory