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 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.