Did you find a solution to the problem below?
[quote=“anonymous_user_982a9af3, post:3060, topic:30020, full:true”]
UE5 branch changed a line in SteamRequestGroupOfficersCallbackProxy.cpp from
#include "UObject/CoreOnline.h"
to
#include "Online/CoreOnline.h"
With this change, when trying to build the plugin VS will throw an error because it can’t find the dependency. Changing this single line back makes everything build without errors but I’m guessing this change had a reasoning. Can someone help me understand the change?