Error: Error Unknown Cook Failure

MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd:
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: Execution of commandlet took: 480.00 seconds
MainFrameActions: Packaging (Windows (64-bit)): CommandUtils.Run: Run: Took 490.8367643s to run UE4Editor-Cmd.exe, ExitCode=1
MainFrameActions: Packaging (Windows (64-bit)): Project.Cook: Cook failed. Deleting cooked data.
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 AutomationScripts.Automation: Cook failed.
MainFrameActions: Packaging (Windows (64-bit)): Stacktrace: at Project.Cook(ProjectParams Params)
MainFrameActions: Packaging (Windows (64-bit)): at BuildCookRun.DoBuildCookRun(ProjectParams Params)
MainFrameActions: Packaging (Windows (64-bit)): at BuildCommand.Execute()
MainFrameActions: Packaging (Windows (64-bit)): at AutomationTool.Automation.Execute(List1 CommandsToExecute, CaselessDictionary1 Commands)
MainFrameActions: Packaging (Windows (64-bit)): at AutomationTool.Automation.Process(String[] CommandLine)
MainFrameActions: Packaging (Windows (64-bit)): at AutomationTool.Program.MainProc(Object Param)
MainFrameActions: Packaging (Windows (64-bit)): at AutomationTool.InternalUtils.RunSingleInstance(Action`1 Main, Object Param)
MainFrameActions: Packaging (Windows (64-bit)): at AutomationTool.Program.Main()InnerException in AutomationUtils.Automation: BUILD FAILED: Failed while running Cook for D:\AI\AI.uproject; see log C:\Users\AppData\Roaming\Unreal Engine\AutomationTool\Logs\D+Epic+Games+4.10\Cook-2016.05.22-21.58.04.txt
MainFrameActions: Packaging (Windows (64-bit)): Stacktrace: at AutomationTool.CommandUtils.RunCommandlet(String ProjectName, String UE4Exe, String Commandlet, String Parameters)
MainFrameActions: Packaging (Windows (64-bit)): at Project.Cook(ProjectParams Params)
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_UnknownCookFailure
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)): BUILD FAILED
PackagingResults:Error: Error Unknown Cook Failure

My project can be launched but when I try to package it, it always has this error.

I have tried shipping configuration and installed VS, it still doesn’t work.

Hello,

Please provide the full output log so we can take a closer look at what errors you are experiencing.

Thank you

This is the output log part1

This is part2.
please help me.
Thank you.

After looking at the output log, it appears that there are several errors related to warnings in your blueprints. If you’d like to provide the project, I can take a look at it and see if there is anything that stands out that could help resolve these errors.

You can zip up the project, upload it to Dropbox, and provide me with a link to download it. You can PM me the link on the forums: https://forums.unrealengine.com/member.php?160394-Sean-Flint

I have sent you the link,thanks for your patience.

Hello,

After looking into your project, it appears that there are several blueprints that are failing to compile, which is causing your build to fail. What you’ll need to do is go through and resolve all warnings and compiler errors in your blueprints (which you can find by looking at the output log) and then you should be able to build successfully.

Have a great day