Sometimes I have errors which are caused by a particular cascading sequence of #include's... it would be much easier to debug if visual studio could give a kind of running commentary on which file it was currently processing. Can it be persuaded to do so?
+2
A:
It already outputs the source code file name in the Output window. If you also want to see which #include file it is processing then use Project + Properties, C/C++, Advanced, Show Includes = Yes.
Hans Passant
2010-04-09 13:02:10