The error line is not present in build output, how can I get it there? [closed]

1 week ago 11
ARTICLE AD BOX

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'.

When I look into the output window (although the verbosity is set to "Detailed"), I don't see that line in the output window.

I would like to search that error line in the output window in order to know what project is being built and at what stage the problem is occuring. (Double-clicking just gives me the corresponding file, not the history around.)

Does anybody know how to force the error line to be present in the build output logs?

Read Entire Article