how do I build library example projects (ie: PlatformerGame) in VS?

Hi,
I have dl’d a few projects through the library, for example the PlatformerGame project. Obviously there’s cpp and h files in the project directory but I’m completely baffled as to how I can load it in VS as a coherent project. I’d like to step through the functionality and check definitions/declarations - but loading up individual .h and .cpp files individually doesn’t really allow for that. There’s simply nothing to actually build. I’d love to hear how this is done.

Thanks for your help!

Ah of course, found the solution right after posting the question. Add any c++ class from Unreal and it will create the sln file in the folder.