Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 869 Bytes

project-build-error-prj0008.md

File metadata and controls

17 lines (13 loc) · 869 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Project Build Error PRJ0008
Project Build Error PRJ0008
11/04/2016
PRJ0008
PRJ0008
6bf7f17a-d2a8-4826-99c7-d600d846952f

Project Build Error PRJ0008

Could not delete file 'file'.

Make sure that the file is not open by another process and is not write-protected.

During a rebuild or clean, Visual C++ deletes all known intermediate and output files for the build, as well as any files that meet the wildcard specifications in the Extensions to Delete on Clean property in the General Configuration Settings Property Page.

You will see this error if Visual C++ is not able to delete a file. To resolve the error, make the file and its directory writeable for the user doing the build.