Cannot find LeaderboardBlueprintLibrary.generated.h when including header

So, i’m trying to #include "Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardBlueprintLibrary.h"

simply because the only blueprint node for leaderboards doesn’t work, and there is no documentation at all for using the online subsystems leaderboard code in c++. When trying to include this file I get the title as an error (Cannot find LeaderboardBlueprintLibrary.generated.h)

I am building the engine from source from the github repos, where are the engines /generated files meant to be stored because this file does not exist anywhere on this pc.

Have you tried including the correct module? The module is listed on the API page.

I ended up giving up on finding a solution and just pulled the source from github to modify it in the engine direcly