Cannot create c++ project

][1]][1]][1]

This message has shown as soon as I created a C++ project using UE 4.13. What is going on??

Hi ,

This message typically appears if you performed a default installation of Visual Studio 2015, or Visual Studio 2015 is not installed at all. By default, Visual Studio 2015 does not include the VC++ common tools that the Engine needs. This is a change from previous versions of Visual Studio that would install this by default. In order to install these tools, run the Visual Studio 2015 installer again and choose the option to modify the installation. Make sure you select the Common Tools option for VC++ and install those. You should be fine after that.