Need help with Visual Studio

I have this error, what I have to do (I have installed VS and it’s working)?

An error occurred while trying to generate project files.

Running I:/UE_4.15/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“C:/Users/User/Documents/Unreal Projects/MyProject/MyProject.uproject” -game -rocket -progress
Discovering modules, targets and source code for project…
ERROR: No 32-bit compiler toolchain found in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe

What options did you use when installing VS?
Since 2015(IIRC) The C++ tool chain(compiler) was not included by default, So you may need to run the installer again and tell it to add the C++ components.

HTH