Packaging project error 4.10

Cant package my project. Default projects are working…Only have errors on my proj.
Last strings:

MainFrameActions: Packaging (Windows (32-bit)): Project.Build: ********** BUILD COMMAND STARTED **********
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 AutomationUtils.Automation: You are attempting to compile on a machine that does not have a supported compiler!
MainFrameActions: Packaging (Windows (32-bit)): Stacktrace: at AutomationTool.UE4Build.Build(BuildAgenda Agenda, Nullable1 InDeleteBuildProducts, Boolean InUpdateVersionFiles, Boolean InForceNoXGE, Boolean InUseParallelExecutor, Boolean InForceNonUnity, Boolean InForceUnity, Boolean InShowProgress, Dictionary2 PlatformEnvVars)
MainFrameActions: Packaging (Windows (32-bit)): at Project.Build(BuildCommand Command, ProjectParams Params, Int32 WorkingCL)
MainFrameActions: Packaging (Windows (32-bit)): at BuildCookRun.DoBuildCookRun(ProjectParams Params)
MainFrameActions: Packaging (Windows (32-bit)): at BuildCommand.Execute()
MainFrameActions: Packaging (Windows (32-bit)): at AutomationTool.Automation.Execute(List1 CommandsToExecute, CaselessDictionary1 Commands)
MainFrameActions: Packaging (Windows (32-bit)): at AutomationTool.Automation.Process(String[] CommandLine)
MainFrameActions: Packaging (Windows (32-bit)): at AutomationTool.Program.MainProc(Object Param)
MainFrameActions: Packaging (Windows (32-bit)): at AutomationTool.InternalUtils.RunSingleInstance(Action`1 Main, Object Param)
MainFrameActions: Packaging (Windows (32-bit)): at AutomationTool.Program.Main()
MainFrameActions: Packaging (Windows (32-bit)): ProcessManager.KillAll: Trying to kill 0 spawned processes.
MainFrameActions: Packaging (Windows (32-bit)): Program.Main: AutomationTool exiting with ExitCode=Error_Unknown
MainFrameActions: Packaging (Windows (32-bit)): Domain_ProcessExit
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
PackagingResults:Error: Error Unknown Error

And attaching full error log in txt file:
link text

Hello HolyThief,

I see a couple problems listed in this log. The first, which may or may not be causing issues, is this one:

LogDirectoryWatcher:Warning: Failed to begin reading directory changes for …/…/…/…/…/OceanProject-4.9/OceanProject-4.9 - Copy/Plugins/OceanPlugin/Content/. Error: 0

This shows that your project directory’s folder name has a couple spaces in it. Please try removing those, as spaces in folder/file names common cause problems with UHT and other compilation processes.

The other I see is this one:

MainFrameActions: Packaging (Windows (32-bit)): Program.Main: ERROR: Exception in AutomationUtils.Automation: You are attempting to compile on a machine that does not have a supported compiler!

It looks like the Automation Tool is having issues finding your compiler, if you have one installed. Do you have Visual Studio 2015 on your computer? If so, could you try making / packaging a blank C++ project to see if you run into any issues there?

We haven’t heard from you in a while, HolyThief. Are you still experiencing these issues? If so, have you tried what I mentioned in my previous comment? In the meantime, I’ll be marking this as resolved for tracking purposes.