Build fails with "Failed to copy file .. because it was not found" in Visual Studio 2013

I am getting the following errors when building multiple projects with Visual Studio 2013 Update 3:

Failed to copy file ".." because it was not found.

Failed to copy ".." to "..". Attempts exceeded 10. Failed.

Unable to copy file ".." to "..". The process cannot access the file ".." because it is being used by another process.

I noticed with "Unlocker" that for some strange reason "QTAgent32.exe" is blocking some of these files.

This seems like a big problem:

https://connect.microsoft.com/VisualStudio/feedback/details/533411

Visual Studio "Unable to copy" .... during build

+3


source to share


1 answer


Removing the Performance Power Tools extension in Visual Studio 2013, restarting Visual Studio and rebuilding did it for me. I found this solution:



https://connect.microsoft.com/VisualStudio/feedback/details/533411

+2


source







All Articles