UnrealBuildTool Exception ERROR Visual Studio 2012

Asked By 30 points N/A Posted on -
qa-featured

Hello there,

I downloaded Unreal Engine 4 and I have extracted all in the same location and now I have this error. I don’t know why because I followed the steps and still. Does anyone have a solution for this error ? Why I have this and what I did wrong ?

Thank you !

C:WindowsSystem32cmd.exe

Setting up Unreal Engine 4 project files…

Binding IntelliSense data… 100%

Writing project files… 0%

UnrealBuildTool Exception: ERROR: Visual Studio 2012 or Visual Studio 2013 must be installed in order to build this target.

GenerateProjectFiles ERROR: UnrealBuildTool was unable to generate project files.

Press any key to continue…

SHARE
Answered By 0 points N/A #187290

UnrealBuildTool Exception ERROR Visual Studio 2012

qa-featured

Hello,

Here are some points you have to follow if you want to resolve this problem.

Access the UnrealEngine > Engine > Source > Programs > UnrealBuildTool > Windows > UEBuildWindows.cs

There will be line showing WindowsCompiler.VisualStudio 2013 but you have to change it to WindowsCompiler.VisualStudio 2012;

Now again run the GenerateProjectFiles.bat and it must work properly.

Regards,

 

 

 

 

Related Questions