The link you gave has documentation about native c++. If you want to start a native c++ project in visual c++, you need to go to Win32->Console application, and a wizzard will help you create one that is either a console application, or a window application. I suggest starting with console, since learning c++ with the windows api would be pretty harder.