Building project error.

I know it can be anything, but building just not started with strange(for me) error:


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

I took clean SSD, installed Win 10 and MVS2015 and now i don’t have any ideas what it can be. Some one help me:)

What platform are you try to compile for?

The log says that you do not have a compiler for that platform.
Which means that it was not installed or you have to get one.

HTH

-Edit-
Does the project have C++ code associated with it?
If so: VS 2015 does not include the C++ language(compiler) by default, So you will have to go into VS setup and add the C++ option.

For Win 64.

Does the project have C++ code associated with it?
Do you enable the C++ option when VS installed (it is disabled by default).
Are you able to compile the project?

Does this only happen when packaging?

if C++: You may not have the x64 compiler.

I will not be able to help furthur without knowing some of the above.

HTH

You absolutely right. I don’t enable the C++ option when install MVS, now trying to update, after update my sufferings is over i hope :).

It worked! Thank you very very much!

P.S. Sorry for my bad english)

Hopefully so.

But AFAIK you don’t need VS and C++ if it is a blueprint only project.

I’m recently joined the team, maybe i don’t know about small plugin or something else.

Then you should probably check with them if the addition of the C++ components to VS don’t work.
They should be able to tell you what it is that you need for the project (plugins).

HTH