Windows 64 bit Package error

Hi guys,
I tried to make a package of my scene but I get an unknown error …

Maybe somebody could helping me to read the log :slight_smile:
[link text][1]

98592-error_log.txt (23.5 KB)

Hey Crazy-Pixel,

UnrealBuildTool: Visual C++ 2015 toolchain does not appear to be correctly installed. Please verify that “Common Tools for Visual C++ 2015” was selected when installing Visual Studio 2015.

  • Open Start Menu
  • Locate the Control Panel
  • Open Programs and Features
  • Right click on Visual Studio 2015
  • Press ‘Change’
  • Press ‘Modify’
  • Click on the Visual C++ square
  • Select ‘Common Tools for Visual C++ 2015’

That should resolve the issue you’re running in to. Thanks!

Thank you for your comment :slight_smile:

I followed your instructions but I get a new error called" Unknown Cook Failure"
Here is the new Error log and screenshots of my VS settings.

[link text][1]

98769-vs_002.jpg

I solved my problem :slight_smile:

I clean my scene and delete unused assets, blueprints etc and migrate my core files into a new and clean project.
The package works fine, thank you again for your help :wink: