Shoiko
(Shoiko)
November 22, 2016, 9:33pm
1
After installing VS 2015 Community I get this error when trying to create a blank project. or convert an old project…
An error occurred while trying to generate project files.
Running D:/Epic Games/4.14/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“C:/Users/kevin.mitchell/Documents/Unreal Projects/SilverLineSystem/SilverLineSystem.uproject” -game -rocket -progress
Discovering modules, targets and source code for project…
UnrealBuildTool Exception: ERROR: No 32-bit compiler toolchain found in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe
Shoiko
(Shoiko)
November 22, 2016, 9:35pm
2
Installer version:
Visual Studio Community 2015 with Update 3 – Free
I also ran into this prroblem these days. But finally I found out VS2015 don’t have C++ language as default. I just set up VS 2015 again and select C++, and then all works. Hope this could help.
Shoiko
(Shoiko)
November 23, 2016, 12:35am
4
Ill try this in the AM thx
This was my solution a couple days ago too. This is the answer.
CometGoat
(CometGoat)
December 11, 2016, 6:41pm
7
I was lazy and didn’t want to reinstall VS, so I looked here: Visual C++ in Visual Studio 2015 | Microsoft Docs
You can install the C++ tools by attempting to make a new C++ project. It looks like this:
118292-
Thanks so much for the answer!
rasamaya
(rasamaya)
January 29, 2017, 5:38pm
8
If you still have the VS installing kicking around then launch, and choose modify, the C++ module you need to check is pretty much at the top of the list.
So no need to re-install anyhow.
Saved my hide as well, cheers!
Just don’t forget to restart your computer after modifying VS.
Yep, this solution worked. Thanks!
how did you get the option to show Install Visual C++ 2015 I tried just about everything but nothing works I don’t have this in my VS.
Tananger
(Tananger)
April 21, 2018, 11:10am
14
Thanks CometGoat, you saved my saturday coding morning! ^^
Gen_X
(Gen X)
May 18, 2018, 7:13pm
15
I solved this error like this:
Repairing Visual Studio 2017
Uninstalling and reinstalling completely Unreal Engine.
I recently encountered this error when trying to package to windows 64-bit. Following this managed to remove the error and I packaged successfully. Thank you very much.