I'm using Windows 7 + VS2012 Express + Python 2.7. Some of my project got below error, some get passed.
I'm following the setup process for Visual Studio, not sure what kind of problem will cause this issue.
1> Traceback (most recent call last):
1> File "clcache.py", line 1376, in
1> File "clcache.py", line 1250, in main
1> File "clcache.py", line 1281, in processCompileRequest
1> File "clcache.py", line 1343, in processDirect
1> File "clcache.py", line 1340, in
1> File "clcache.py", line 1181, in postprocessNoManifestMiss
1> File "clcache.py", line 1092, in addObjectToCache
1> File "clcache.py", line 284, in setEntry
1> File "clcache.py", line 617, in copyOrLink
1> WindowsError: [Error 183] Cannot create a file when that file already exists
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(347,5): error MSB6006: "CL.exe" exited with code 255.