How to compile Shooter Game example :c

I was wondering how to compile the UE4 shooter game example in visual studio or if there’s another method. Thanks in advance!

If you missing project files of any C++ project (which usually is the case as VS project file are generate uniquely to your PC with correct pathing, so projects don’t include them), right click uproject file and click “Generate Visual Studio project files”. Then open generated sln file and compile :slight_smile: