Trying to debug this error. The exact error is:
Error 15 Payload file
‘C:\svn\myproj\obj\Debug\myproj.csproj.FileListAbsolute.txt’
does not exist.
It occurs when trying to build my solution in VS2012.
I don’t know what this file is, or does, but it is definitely there in the solution. It seems to be an auto-generated file of some sort.
Any explanation for what this error might mean or how to fix it?
The file contains a list of every single file in the solution it would seem.
Odds are something got out of sync in the obj folder, which is an intermediate folder where Visual Studio stores things to make builds faster in subsequent runs.
Steps I would try, in this order.