[EPIC UE5.6] error: Incompatible EOS_Platform_Create version specified(14) expected range (1 to 13)

Hello.

When I tried to build on EPIC platform, I keep getting that error as title and noticed that

#define EOS_PLATFORM_OPTIONS_API_LATEST 14

was added as part of UE 5.6 release and wondering if this is bug and will be fixed in UE 5.6.1.

I found similar issue for UE 4.2.7 and curious why this is again happening with UE 5.6

Steps to Reproduce
create EPIC package with UE 5.6

Hello, are you using a binary or source build? If you look at the details tab on the file properties UI of Engine\Source\ThirdParty\EOSSDK\SDK\Bin\EOSSDK-Win64-Shipping.dll can you confirm that the version you are seeing is NOT the latest version (1.17)?

It is 1.17 and using source build.

same version as below

//UE5/Release-5.6/Engine/Source/ThirdParty/EOSSDK/SDK/Bin/

[Image Removed]

Can you check the same .dll file in your project and the packaged folder output? The error you’re getting indicates that an older version of the EOS SDK is being used. We increased the EOS_PLATFORM_OPTIONS_API_LATEST from 13 to 14 in the 1.16.2 version of the EOS SDK. Somewhere in your project or output packaged folder, there is an EOS SDK version 1.16.1 or earlier that is being loaded.

Thanks for the tip. it was local issue. you can close this thread