Ensure condition failed: !bUseRawDataOnly

I have been trying to package my product and I keep getting cook failed. I have had a look log file but I still am not sure what is going on and why it keeps failing.

Here is the log file

Hi Bryce Billing,

I see at the top of the log it says “WARNING: 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.”

Please make sure these tools are installed for VS2015.

.

Hi thanks for replying. I updated the toolchain and there still seems to be an issue. I have attached the new log

Here is the cook

When you have logs available, open them in a text editor and use Ctrl + F to search for the word “error.” If there is a section present called “Warning/Error Summary” as shown below, the first few items listed are typically what is causing build to fail…

According to your log, there appears to be a problem with ‘Set Character’ in the Event Graph of the Third Person Character. This needs to be fixed.

Also, there seems to be an issue with SM_Floor_400x400 missing. Before packaging make sure you run a map check on each level and fix any errors listed.

Furthermore, right click the Contents folder in the Content Browser and run fix up all rediretors.

Thank you very much for the advice. It turned out that there was a problem with one of the animation sequences.