Unable to create C++ based project

So far 4.10 worked fine, if used with the BP templates.
Now I tried to create a new project based on C++.
Upon creating the project in the launcher, I got this error message:

My windows (7 professional) is up to date.
What am I missing and how to fix this?

UPDATE:
I just installed the SDK 8.1.
Now Im getting a different error message:

I installed VS2015.

Hi KVogler.

What version of Visual Studio are you using? 4.10 requires VS2015.

Hey KVogler-

After installing VS2015 are you still getting the same error message?

Yes. The screenshot was taken after I installed it.
It may be a bit confusing because in the forum thread I also asked about the singular redistributable with VS2013.

Here is how it is:
I have two machines. Both running on Windows 7 professional.
On one machine I have VS2013 plus the single redistributable.
This gives me the error shown in the first screenshot.
The other machine has VS 2015 plus the SDK 8.1 installed, which gives me the second error message.

Hey KVogler-

After further investigation it appears that VS2015 did not install the C++ programming language when the program was installed. If you rerun the install.exe it should prompt you to Uninstall, Repair, or Modify. Choose Modify and you should be prompted to select a programming language where you can manually install C++ or other languages. After this is finished installing you should be able to create code projects normally. Let me know if you still have any problems creating projects.

Cheers

Yes. That solved it indeed.
Thanks a lot for your help :slight_smile:

Cheers,
Klaus