Hello,
I’m developing a C+±based game with Unreal Engine 5 and added Steam integration. However, I encounter the following errors while packaging the project:
UbaDetours.dll not found – I get it as a system error.
UBA disabled / Exited with error code 9666 and 9066 – These appear in error messages during build.
Visual Studio 2022 compiler is not a preferred version – It appears as a warning, but it does not stop the build process.
What I’ve tried so far:
I checked whether Steam SDK and necessary plugins were installed.
I checked the Engine\Binaries\ThirdParty folder to see if it might be missing.
I’m using Visual Studio 2022, maybe a different version is required?
I added Steam-related code to the DefaultEngine.ini file, but maybe I placed it wrong.
Has anyone encountered these errors before? I would be very happy if you have any solution suggestions!
Thanks.