[quote=“Alex_Chozabu_P-B, post:1982, topic:30020”]
4.20 has some minor bugs on linux -
In file included from /media/chozabu/EmpEn/Unreal/UnrealEngine/Engine/Plugins/SteamSessions/AdvancedSessions/Intermediate/Build/Linux/B4D820EA/UE4Editor/Development/AdvancedSessions/Module.AdvancedSessions.cpp:3:
/media/chozabu/EmpEn/Unreal/UnrealEngine/Engine/Plugins/SteamSessions/AdvancedSessions/Source/AdvancedSessions/Private/AdvancedFriendsGameInstance.cpp:4:10: fatal error: 'Gameframework/PlayerController.h' file not found
just a case sensitivity issue I think - Gameframework should be GameFramework, in the file mentioned above and a header file. After fix it compiled happily
thanks for the heads up, correct it.