so here’s the thing, I downloaded the City Sample Project and want to learn about MassAI, but I couldn’t find the .sln file, I learned on Google that I have to build .sln by myself by right click the .uproject file and selecting "Generate Visual Studio project files”.so I associated my .uproject with UnrealEditor.exe(which is located in the UE5\Engine\Binary\Win64), but after that, I couldn’t find "Generate Visual Studio project files”! And then I find a solution:
which tells me that it is UnrealVersionSelector.exe(which is located in the EpicLaughter\Epic Games\Launcher\Engine\Binaries\Win64) rather than UnrealEditor.exe, but when I changed the association, it comes out with an error:
So how can I get the .sln file of the City Sample project?