From the screen capture, it appears that your program did not compile.
This would be the case if it did not build for some reason.
Just do a Build > Build Solution (with Visual Studio) and see what messages appear. They should be in a panel at the bottom of the screen that shows a Build result or there will be an Error panel specifying problems that were encountered in your code.
From the obscured message in your screen shot, it appears that the libraries are not installed properly. Run the installer for Visual Studio 2015 Community again and select Modify. Then ensure that the VC++ option is selected completely. This is shown in the lecture and also in an example on configuring VS 2015 Community.