Unreal Engine 5 stuck 75% Initializing

Hi.

I create clean game project ( c++ , no startcontent, no raytracing ) and i create myActor in my ue5 project.
in myActor include opencv2/opencv.hpp and then write some code.

After start ue5 project, i got a message :frowning: Unreal Engine 5 stuck 75% Initializing.

I installed openCV using CMAKE.
Unreal Engine 5 stuck 75% when opencv_core[version].dll in @“$(BinaryOutputDir)/”.

i got a vs2019 Output Message : ‘D:\UnrealProjects\ue5DllImportTest\Binaries\Win64\opencv_core460.dll’. Symbols loaded.

I tryed 4.5.2, 4.5.5, 4.6.0 openCV versions, but all not work.

It works on UE4, but not on UE5.

What can i do something ?

I think it’s not check problem and file location. thx.

1 Like

I just found when u start cmake, default option ‘with_ipp’ is checked.

then, turn off that’s option. That’s it. :frowning:

1 Like