I have the 4.15 version of plugin and it compiles normally and I can use it in editor... however when I try to package the game this appears.
Severity Code Description Project File Line Suppression State
Error (active) pointer to incomplete class type is not allowed BoD_Fix d:\BoD - Copy 4.15\Plugins\AdvancedSessions\Source\AdvancedSessions\Private\AdvancedFriendsGameInstance.cpp 225
Error C2027 use of undefined type 'ULocalPlayer' BoD_Fix D:\BoD - Copy 4.15\Plugins\AdvancedSessions\Source\AdvancedSessions\Private\AdvancedFriendsGameInstance.cpp 225
Error C2227 left of '->GetControllerId' must point to class/struct/union/generic type BoD_Fix D:\BoD - Copy 4.15\Plugins\AdvancedSessions\Source\AdvancedSessions\Private\AdvancedFriendsGameInstance.cpp 225
Error C2660 'UGameplayStatics::GetPlayerController': function does not take 1 arguments BoD_Fix D:\BoD - Copy 4.15\Plugins\AdvancedSessions\Source\AdvancedSessions\Private\AdvancedFriendsGameInstance.cpp 225
Error C2027 use of undefined type 'ULocalPlayer' BoD_Fix D:\BoD - Copy 4.15\Plugins\AdvancedSessions\Source\AdvancedSessions\Private\AdvancedIdentityLibrary.cpp 35
Error C2227 left of '->GetControllerId' must point to class/struct/union/generic type BoD_Fix D:\BoD - Copy 4.15\Plugins\AdvancedSessions\Source\AdvancedSessions\Private\AdvancedIdentityLibrary.cpp 35
Error Failed to produce item: D:\BoD - Copy 4.15\Plugins\AdvancedSessions\Binaries\Win64\BoD_Fix-AdvancedSessions.lib BoD_Fix D:\BoD - Copy 4.15\Intermediate\ProjectFiles\ERROR 1
Error MSB3075 The command "D:\UnrealEngine-4.15\Engine\Build\BatchFiles\Build.bat BoD_Fix Win64 Development "D:\BoD - Copy 4.15\BoD_Fix.uproject" -waitmutex" exited with code 5. Please verify that you have sufficient rights to run this command. BoD_Fix C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets 41
Severity Code Description Project File Line Suppression State
Error (active) pointer to incomplete class type is not allowed BoD_Fix d:\BoD - Copy 4.15\Plugins\AdvancedSessions\Source\AdvancedSessions\Private\AdvancedFriendsGameInstance.cpp 225
Error C2027 use of undefined type 'ULocalPlayer' BoD_Fix D:\BoD - Copy 4.15\Plugins\AdvancedSessions\Source\AdvancedSessions\Private\AdvancedFriendsGameInstance.cpp 225
Error C2227 left of '->GetControllerId' must point to class/struct/union/generic type BoD_Fix D:\BoD - Copy 4.15\Plugins\AdvancedSessions\Source\AdvancedSessions\Private\AdvancedFriendsGameInstance.cpp 225
Error C2660 'UGameplayStatics::GetPlayerController': function does not take 1 arguments BoD_Fix D:\BoD - Copy 4.15\Plugins\AdvancedSessions\Source\AdvancedSessions\Private\AdvancedFriendsGameInstance.cpp 225
Error C2027 use of undefined type 'ULocalPlayer' BoD_Fix D:\BoD - Copy 4.15\Plugins\AdvancedSessions\Source\AdvancedSessions\Private\AdvancedIdentityLibrary.cpp 35
Error C2227 left of '->GetControllerId' must point to class/struct/union/generic type BoD_Fix D:\BoD - Copy 4.15\Plugins\AdvancedSessions\Source\AdvancedSessions\Private\AdvancedIdentityLibrary.cpp 35
Error Failed to produce item: D:\BoD - Copy 4.15\Plugins\AdvancedSessions\Binaries\Win64\BoD_Fix-AdvancedSessions.lib BoD_Fix D:\BoD - Copy 4.15\Intermediate\ProjectFiles\ERROR 1
Error MSB3075 The command "D:\UnrealEngine-4.15\Engine\Build\BatchFiles\Build.bat BoD_Fix Win64 Development "D:\BoD - Copy 4.15\BoD_Fix.uproject" -waitmutex" exited with code 5. Please verify that you have sufficient rights to run this command. BoD_Fix C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets 41
Comment