In MSVC++ 6.0, you could right-click on any source file, like stdafx.cpp, select "Properties", and it would always give you the
full filepath (e.g. "C:\whatever\stdafx.cpp") of the file.

But in VS 2005, if you do the same thing, sometimes it brings up a useless configuration page. Is there a way to find out the
filepath of a source file? I can't find anything in the docs about it. Kind of driving me nuts.