In older versions of Visual Studio by pressing CTRL+F5 the C++ project was built and Run after build, automatically. In VS 2015 first you need to build the project and the
In Visual Studio 2017 all I had to do was
F5
to build and run the project.