Can't Compile

I have a first person project and i’m trying to add a C++ class to my game and everytime I try and do that it gives me this error :

ERROR: No 32-bit compiler toolchain found in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe

I’m running VS Community 2017 and Unreal Engine 4.15.1

Here’s what I have installed for VS 2017.

Hi.
You should check toolchain, make sure you had installed toolchain your error message mention.

Sice your error message says something about path:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe
I would check that path first.

Do you have VS15 ? If not, install Visual Studio 2015 since i can’t find any information that VS17 is compatible yet.

Hi The_Mec_666,

Sorry for the delayed response to your post. Are you still having trouble with this issue? For Visual Studio 2017, I also have the .NET desktop development installed. If you install that, does it clear up this error?