If you're wondering where the EXE file is when it gets built a folder called "Debug" is made when it successfuly builds the EXE. This can be a bit misleading at first (was for me) when you build and can't find where the EXE went. Just search within Windows for the name of the project you started. When you find it there'll be quite a few files and the "Debug" folder should be there somewhere.
Hi, Try to create an empty project, after that place your .cpp and .h files in the project directory, then add them to your project. use the menu Project->Add to project->Files. this should work.