Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 826 Bytes

project-build-warning-prj0041.md

File metadata and controls

17 lines (13 loc) · 826 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Project Build Warning PRJ0041
Project Build Warning PRJ0041
11/04/2016
PRJ0041
PRJ0041
dc9f4cf9-6bd5-4222-89e8-7802a59bb96b

Project Build Warning PRJ0041

Cannot find missing dependency 'dependency' for file 'file'. Your project may still build, but may continue to appear out of date until this file is found.

A file (resource file or .idl/.odl file, for example, contained an include statement that the project system could not resolve.

Because the project system does not process preprocessor statements (#if, for example), the offending statement may not actually be part of the build.

To resolve this warning, delete all unnecessary code in .rc files or add placeholder files of the appropriate name.