At this point in time we are going to create a few blank C++ and Header files that we will be fleshing out throughout the tutorial. Navigate to the Projects/Windows folder and open the file MyGame.sln. This will open the project folder in Windows Explorer (or Finder on Mac). Right-click on the project name in the project list and select the Open Folder menu item from the context menu that pops up. For this lesson, we will be using Visual Studio 2010 on Windows, but you can follow the equivalent steps for Xcode on Mac.
Now that we've finished building our level it is now time to begin the coding side of the project. This is a continuation of a multi-part tutorial on Building a First-Person Shooter - Part 1.0: Creating a Room.