I am trying to integrate the plugin in my own editor plugin module using the non-actor-component approach. Added the entry “SocketIOClient” in publicdependencymodule list as well as private and public include paths in PublicIncludePaths and PrivateIncludePaths. No error when I include the “SocketIONative.h” in my PCH and declare a TSharedPtr<FSocketIONative> it compiles but when I create the object through Makesharable then I get the “error LNK2019: unresolved external symbol “public: __cdecl FSocketIONative::FSocketIONative(void)”” error. Using 4.16.