|
What version of Visual Studio are you using? If you're using VS.NET 2003, maybe I have solution.
In VS.NET 2003 when you go to new project, you get some options. Choose "Visual C++ projects", then in sub category choose "Win32", and then in the left pane "Win32 Console project".
Win32 application wizard should pop up. Go to "application settings", and check "empty project" box.
Now just right click on the "source files" folder in solution explorer, and choose "add new item".
|