VS2005 C++ Build Error vc80.pdb
Are you getting the errors:
Could not delete file ‘c:\myproject\obj\release\vc80.pdb
Make sure that the file is not open by another process and is not write-protected.
Could not delete file ‘c:\myproject\obj\release\vc80.idb
Make sure that the file is not open by another process and is not write-protected.
Then maybe you have the problem described here.
Another solution is to change the number of processes you allow the build process to use.
1. From the VS2005 IDE menu bar select: Tools.Options.Projects and Solutions.Build and Run.
2. On the Build and Run page set the "maximum number of parallel project builds" to 1.
Problem solved.