This video will take you through the steps for creating a C++ console application from an empty project. When an empty project is created, there is no auto-generated code or support files (for example, header files) added to the project. From this base level you will be shown how to create a new C++ file into your project, add basic code, and build and run a console application.