Hi,

Using Visual C++, it it possible to add a new blank project to the currently open workspace? I can't seem to figure out how to do this..

It seems that all you can add to the currently open workspace is an existing project or a new project as defined in the "Add projects" list. But that list does not allow for a plain/default project type.

For example, when you try to build a program that is not currently part of a project space, it will ask you if you want to create a "default" project.. How can I create this "default" project space myself?

I don't want to use any of the predefined project types...

Thanks,

Dan