Open t0msk opened 2 months ago
Same thing for me, specifically using the unreal build tool for plugins in Linux OS trying to fix the file gives other errors
I came in because of this problem too.
The problem occurs when the project is built for platforms other than Windows. The reason is to use the OpusAudioDecoder module which has a default definition of 1 module config: PublicDefinitions.Add("WITH_OPUS=1");. Which in turn, during the rebuild, adds the following definition to the Intermediate folder along the path: Plugins/SocketIOClient/Intermediate/Build/Android/a/UnrealGame/Shipping/CoreUtility/Definitions.CoreUtility.h
potential fix pushed in 2.8.3, pull and test: https://github.com/getnamo/SocketIOClient-Unreal/commit/37212d28ea0e865e1cb82528839d98a42944a1cf
I use Unreal Engine 5.4 and SocketIO 2.8 for 5.4 version but when I try to build project I get: