UE 4.11 Hangs Cooking on Macbook Pro

This is due to a new compiler warning in Visual Studio 2015 Update 2. I’ve had a it trigger on automatically generated code for the Unreal editor (the function was over 1,700 lines long).

You can disable the warning that leads to the error with:

#pragma warning(disable: 4883)

This is going to be a very common issue with Unreal users soon…