I'm building a Visual Studio solution, consisting out of 54 projects. There are several error lines, the first is:
The system cannot find the file '!(bindpath.bin)\somefile.dll'.
In the output window (although the verbosity is set to "Detailed") I don't see that line. I want to find that error line in the output window to know what project is being built and at what stage the problem is occurring. Double-clicking just gives me the corresponding file, not the history around. How can I force the error line to be present in the build output logs?
In the output window (which contains the entire build log of all 54 projects inside my solution) I searched for that error line but it wasn't there. To understand the context: What did the build do just before that? I'm interested in the history of the build. The verbosity I can't set to "Diagnostic" as that overflows my output window.