In VS6, whenever I add a new file to the project, it won't show up in the Open File in Workspace dialog. It will correctly show up however if I close down Visual Studio and reopen the workspace.
It would be nice to have any new file added to a project available in the OFIW dialog, and indeed, any file that happens to be open in Visual Studio (even if not part of the project or workspace) to be added to the OFIW dialog for easy access.
I've got the same problem on build 1534 with VC6. I've added new files to the workspace and saved it. When I open the file from the VC6 class or file browser the navigation bar is populated. I added a .cpp file to the workspace for which the .h file had already been parsed as an included header. However ALT-G on a method in the header fails to open the .cpp file and the .cpp and .h file do not appear in the OFIW list. ALT-O switches to the corresponding .cpp file from the header.
There is a bug in the handling of added/removed files in multi-project vc6 workspaces (case=2438). We had anticipated fixing this for 1535 but it's going to slip to 1536. If you are using vc6 and use multi-project workspaces we advise DISABLING the "watch for externally modified files" option until build 1536. Project modifications will not be picked up until they are reopened when this is disabled (externally modified source and header files will not be parsed until opened in the IDE).