Visual Studio 2015 Batch Building error

Hi There,

I am currently using Visual Studio 2015 Enterprise and trying to setup UE4 on my freshly installed pc.
Unfortunately I am getting an error where it states it is unable to find the installation, however upon checking everything is in the right place.

This is the error:

GenerateProjectFiles ERROR: We
couldn’t find a valid installation of
Visual Studio. This program requires
Visual Studio 2015 or Visual Studio
2013 or Visual Studio 2012. Please
check that you have Visual Studio
installed, then verify that the
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\14.0\InstallDir
(or
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0\InstallDir
on 32-bit machines) registry value is
set. Visual Studio configures this
value when it is installed, and this
program expects it to be set to the
'\Common7\IDE' sub-folder under a
valid Visual Studio installation
directory.

Is the Enterprise edition not supported or?

Here’s an image showing the registry is just fine:


Thanks in advance!
(Bigger image [http://i.imgur.com/42P5e9U.png][2] )

Fixed the issue, and resolved other issues such as the one where it can’t locate “cl.exe”.

The new Visual Studio 2015 no longer includes C++ on express installation, you have to do a custom one and select it yourself.

You have to rerun the setup, select Modify and then check Programming Language → C++

Hope it helps ya’ll =)

You also have to check common tools I believe