Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 760 Bytes

project-build-error-prj0031.md

File metadata and controls

15 lines (12 loc) · 760 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Project Build Error PRJ0031
Project Build Error PRJ0031
11/04/2016
PRJ0031
PRJ0031
b42435c6-e570-4f8e-9ad5-12a7ea69ccb2

Project Build Error PRJ0031

The 'Outputs' property for the custom build step for file 'file' contained 'macro' which evaluates out to 'macro_expansion'.

A custom build step on a file had bad output probably due to a macro evaluation problem. This error could also mean that the path is badly formed, containing characters or combinations of characters that are illegal in a file path.

To resolve this error, fix the macro or fix the path specification. The evaluated path is an absolute path from the project directory.