A low-level code change I've made means lots of files no longer compile. It's easy to fix each such file, but each generates a whole stack of compile errors which makes it a bit hard to see which files are affected.
Can I easily generate from within VC++ 2008 a list only of the names of each file which failed to compile, without the errors themselves?