RunUAT.bat ERROR: AutomationTool was unable to run successfully

Hello. I trying package my game to windows. I trying package too a blank project - c++ - in blueprint all works but c++ no…
I used UE4 4.7 and latest VS.

Please help.

Logs:

*MainFrameActions: Packaging (Windows (32-bit)): BuildCommand.Execute: ERROR: BUILD FAILED
MainFrameActions: Packaging (Windows (32-bit)): Program.Main: ERROR: AutomationTool terminated with exception:
MainFrameActions: Packaging (Windows (32-bit)): Program.Main: ERROR: Exception in AutomationTool: You are attempting to compile on a machine that does not have a supported compiler!
MainFrameActions: Packaging (Windows (32-bit)): Stacktrace:    w AutomationTool.UE4Build.Build(BuildAgenda Agenda, Nullable`1 InDeleteBuildProducts, Boolean InUpdateVers
MainFrameActions: Packaging (Windows (32-bit)): ionFiles, Boolean InForceNoXGE, Boolean InForceNonUnity, Boolean InForceUnity, Dictionary`2 PlatformEnvVars)
MainFrameActions: Packaging (Windows (32-bit)):    w Project.Build(BuildCommand Command, ProjectParams Params, Int32 WorkingCL)
MainFrameActions: Packaging (Windows (32-bit)):    w BuildCookRun.DoBuildCookRun(ProjectParams Params)
MainFrameActions: Packaging (Windows (32-bit)):    w BuildCommand.Execute()
MainFrameActions: Packaging (Windows (32-bit)):    w AutomationTool.Automation.Execute(List`1 CommandsToExecute, CaselessDictionary`1 Commands)
MainFrameActions: Packaging (Windows (32-bit)):    w AutomationTool.Automation.Process(String[] CommandLine)
MainFrameActions: Packaging (Windows (32-bit)):    w AutomationTool.Program.MainProc(Object Param)
MainFrameActions: Packaging (Windows (32-bit)):    w AutomationTool.InternalUtils.RunSingleInstance(MainProc Main, Object Param)
MainFrameActions: Packaging (Windows (32-bit)):    w AutomationTool.Program.Main()
MainFrameActions: Packaging (Windows (32-bit)): Program.Main: ERROR: You are attempting to compile on a machine that does not have a supported compiler!
MainFrameActions: Packaging (Windows (32-bit)): ProcessManager.KillAll: Trying to kill 0 spawned processes.
MainFrameActions: Packaging (Windows (32-bit)): Program.Main: AutomationTool exiting with ExitCode=1
MainFrameActions: Packaging (Windows (32-bit)): Domain_ProcessExit
MainFrameActions: Packaging (Windows (32-bit)): ProcessManager.KillAll: Trying to kill 0 spawned processes.
MainFrameActions: Packaging (Windows (32-bit)): copying UAT log files...
MainFrameActions: Packaging (Windows (32-bit)): RunUAT.bat ERROR: AutomationTool was unable to run successfully.
MainFrameActions: Packaging (Windows (32-bit)): BUILD FAILED*

Hi PanKami897,

As you mentioned you have VS2013, please see this forums thread wherein a user reported a similar problem, and it had to do with special characters in their Windows username.

Thanks very much!