VC++ error while compiling

Hi
When i compile any file in VC++ 2005 express, I get the following error:
c1xx : fatal error C1083: Cannot open compiler intermediate file: 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_CL_6fd3eb94ex': Permission denied
I cant figure out what to do here?
Also, trying to uninstall this beta express edition(to install the release version), it virtually hangs the PC and does not uninstall the VC# and VC++ expresses. I am using the uninstall tool provided by Microsoft. Please help as all my work is hung due to this problem.
Thanks
Sad
[625 byte] By [gurshi] at [2008-1-10]
# 1
Hi:

I assume the path mentioned in the message above is what your TMP environment variable points to. Be sure this directory exists, is not read only and that your user account has permission to write there.

For the Uninstall Issue, see the section titled Manual Uninstall Instructions at:
http://msdn.microsoft.com/vstudio/express/support/uninstall/

Hope This Helps

RickTroemelMS at 2007-10-3 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 2
If it helps, sometimes I have eliminated this message by just doing a Build ... Clean, then rebuilding the project. (VC++ 6.0)
ArtGardner at 2007-10-3 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 3
Make sure you don't use precompiled headers in your projects. (VC6). Or at least not a mix of them. I removed precompiled headers in my project settings for all projects and then it compiled again..
msdevpro at 2007-10-3 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 4
I had the same problem after MS Installer ruined my VC2005 Express installation.

My temp env path was g:\temp\

VC would attempt to write a temp file to g:\temp\Local Settings\temp\

This would fail for unknown reasons.

I then created that exact path manually (by creating the folders in Explorer) and VC compiled everything again.

If I would then delete the \Temp\ folder under \Local Settings\ it would reproduce the error again. It seems VC is simply unable to create a folder.

Remdul at 2007-10-3 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 5

This can be a time problem with Virusscanner.

I have the same problem with Kaspersky AV.

KWWF at 2007-10-3 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...

Visual Studio

Site Classified