from UE_5.3 to UE_5.6 -> can't compile old project

I encountered this issue, and it ended up being this GooglePlay plugin (GitHub - google/play-unreal-engine-plugin) I added to my project. In it’s build.cs files it was setting Cpp to 17. Once I changed that to Cpp 20 my problem was solved.