Search code examples
msbuildvisual-studio-2019file-not-found

msbuild cannot find a file that is actually there


for one of my projects, msbuild fails with a file not found error. however the file is in the source folder both before and after the build attempt. what am I missing?

Screen Shot:

enter image description here


Solution

  • The file should be HandleValuationWarnings instead of HandleValuationErrors

    enter image description here