How can I fix the missing 32 bit compiler?

When I compile a c++ project it runs fine but at the end a error message pops up: 32 bit compiler is missing from: D. // Program Files (x86) // Visual Studio 2017 RC. I haven’t got any file like that where it says. I don’t know how to fix this bug, I guess I should change the folder where from it compiles. Please help me to fix this issue:). in advance thanks for the help.

An error occurred while trying to generate project files.

Running D:/Program Files (x86)/UnEn/UE_4.15/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“E:/Unreal Engine projects/PROJECT/PROJECT.uproject” -game -rocket -progress
Discovering modules, targets and source code for project…
ERROR: No 32-bit compiler toolchain found in D:\Program Files (x86)\Visual Studio 2017 RC\VC\bin\cl.exe

(The full errro message)

I don’t believe VS 2017 is compatible with UE4 yet. I would suggest you install VS 2015 Community: Visual Studio Older Downloads - 2019, 2017, 2015 & Previous Versions for now. Also make sure “Common Tools for Visual C++” is installed.

Thank you :slight_smile:

From what ive read on similar questions is that they didnt have c++ as default language selected in visual studio. I think its a setting when installing vs.