Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.17 KB

project-build-error-prj0009.md

File metadata and controls

27 lines (18 loc) · 1.17 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Project Build Error PRJ0009
Project Build Error PRJ0009
11/04/2016
PRJ0009
PRJ0009
89291778-cda4-495d-983f-ddcc06dfc98b

Project Build Error PRJ0009

Build log could not be opened for writing.

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

After setting the Build Logging property to Yes and performing a build or rebuild, Visual C++ was unable to open the build log in exclusive mode.

Inspect the Build Logging setting by opening the Options dialog box (on the Tools menu, click Options command) and then selecting VC++ Build in the Projects folder. The build file is called BuildLog.htm and is written to the intermediate directory $(IntDir).

Possible reasons for this error:

  • You are running two processes of Visual C++ and trying to build the same configuration of the same project in both simultaneously.

  • The build log file is opened in a process that locks the file.

  • The user does not have permission to create a file.

  • The current user does not have write access to the file BuildLog.htm.