Error C2129 static function "bool UnrealSOLNETFramework::Object::SetText(UObject *,const char *,const char *)" declared, but not defined RaceOnLife E:\Projects\RaceOnLife\Plugins\SolanaSDK\Source\UnrealSOLNET\Public\UnrealSOLNET_Framework.h 176
Error C2129 static function "size_t UnrealSOLNET::Utility::Strlen(const char *)" declared, but not defined RaceOnLife E:\Projects\RaceOnLife\Plugins\SolanaSDK\Source\UnrealSOLNET\Public\UnrealSOLNET.h 287
I installed the plugin in the project folder to see how the plugin works in the examples that are in the Content folder, but when I try to run the project through Visual Studio, I get the errors above. There were even more errors before that, but I fixed them by adding #include "UnrealSOLNET.h" in the errored files, and I do not know what to do with these.
Error C2129 static function "bool UnrealSOLNETFramework::Object::SetText(UObject *,const char *,const char *)" declared, but not defined RaceOnLife E:\Projects\RaceOnLife\Plugins\SolanaSDK\Source\UnrealSOLNET\Public\UnrealSOLNET_Framework.h 176
Error C2129 static function "size_t UnrealSOLNET::Utility::Strlen(const char *)" declared, but not defined RaceOnLife E:\Projects\RaceOnLife\Plugins\SolanaSDK\Source\UnrealSOLNET\Public\UnrealSOLNET.h 287
I installed the plugin in the project folder to see how the plugin works in the examples that are in the Content folder, but when I try to run the project through Visual Studio, I get the errors above. There were even more errors before that, but I fixed them by adding #include "UnrealSOLNET.h" in the errored files, and I do not know what to do with these.