Error Generating Project Files

I didn’t know where to put this, but it only occurs when creating a C++ project, so I put it here. When I try to create C++ project, it gives me this error:
An error occurred while trying to generate project files.

Running C:/Program Files/Epic Games/4.8/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“C:/Users/<USERNAME REDACTED>/Documents/Unreal Projects/Project2/Project2.uproject” -game -rocket -progress
Discovering modules, targets and source code for game…
UnrealBuildTool Exception: System.IO.FileNotFoundException: D:\Program Files\Visual Studio 2013\Common7\Tools…/…/VC/bin/amd64\cl.exe
at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
at UnrealBuildTool.VCEnvironment.FindCLExeVersion(String CompilerExe)
at UnrealBuildTool.VCEnvironment…ctor(CPPTargetPlatform InPlatform)
at UnrealBuildTool.VCEnvironment.SetEnvironment(CPPTargetPlatform Platform)
at UnrealBuildTool.VCToolChain.GetVCIncludePaths(CPPTargetPlatform Platform)
at UnrealBuildTool.VCProjectFile.WriteProjectFile(List1 InPlatforms, List1 InConfigurations)
at UnrealBuildTool.ProjectFileGenerator.WriteProjectFiles()
at UnrealBuildTool.ProjectFileGenerator.GenerateProjectFiles(String] Arguments, Boolean& bSuccess)
at UnrealBuildTool.UnrealBuildTool.GenerateProjectFiles(ProjectFileGenerator Generator, String] Arguments)
at UnrealBuildTool.UnrealBuildTool.Main(String] Arguments)

Any ideas as to what might cause this? I’m assuming it is a visual studio error, but any input is appreciated.

Looks like you have no 64 bit compiler installed. It is required to compile C++ projects.