We have project file that contains several subprojects
within it. The problem is that each of these projects
contains MainFrm.cpp file - so when I select CMainFrame
class from class view, the IDE for some reason could not
tell/decide which file to open. The result is that wrong
file is opened. In addition to that the IDE adds lines
like #include "..\MyApplication\MyClass.h" to the file.
Do you guys know if the problem was fixed in VS.NET 2003.