I am porting legacy code from Visual Studio C++ version 6 to 2005 .Net and i would like to know how do I view the external source dependancies in the solution explorer as you can in VS 6 These are usually header files that are declared in a C++ module but not part of the header folder of the project. I've looked all over the IDE / help to no avail, can anyone help me
Thanks in advance!