I’m trying to follow the code project tutorial on the official Unreal youtube channel, but I keep encountering this error:
Failed to generate project files. Log output:
Running C:/Program Files/Unreal Engine/4.5/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project="C:/Users/Raymond's Tower/Documents/Unreal Projects/CPP_Battery_Tutorial/CPP_Battery_Tutorial.uproject" -game -rocket -progress
Discovering modules, targets and source code for game...
UnrealBuildTool Exception: ERROR: SetEnvironmentVariablesFromBatchFile: BatchFile C:\Program Files (x86)\New folder\Common7\Tools\../../VC/bin/x86_amd64/vcvarsx86_amd64.bat does not exist!
I know it’s trying to find a specific file, but I’m having a difficult time trying to make sense just what files the Unreal Build Tool is trying to look for and what they do. Could someone direct me to the right place?