我创建了一个新的C ++项目并按下F5,我总是得到相同的错误
Warning 1 warning MSB5018: Failed to delete the temporary file "C:\Users\VALUAR3\AppData\Local\Temp\42286e60372d4705a5dd7310357dd43b.rsp". The process cannot access the file 'C:\Users\VALUAR3\AppData\Local\Temp\42286e60372d4705a5dd7310357dd43b.rsp' because it is being used by another process. C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets 268 6 IBoss
和
Error 2 error c1010070: Failed to load and parse the manifest. The system cannot find the file specified. c:\Users\VALUAR3\documents\visual studio 2010\Projects\IBoss\IBoss\Debug\IBoss.exe.intermediate.manifest IBoss
我甚至重新安装了Windows几次并尝试了其他版本,例如VS 2008,2012,但每次都没有成功,同样的错误。
我的代码
// IBoss.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
有什么问题?这非常令人沮丧..