'cloning a visual studio project from GitHub

I'm trying to use Visual Studio with GitHub, so I created a remote repo from Visual Studio, and pushed my solution there (it's a C++ project).

Now I simply want to clone that repo from GitHub and run the code on another machine, but if I clone the repo I only get a .sln file. If I click on the solution file Visual Studio complains that there's no project file, so the project cannot be loaded.

What am I missing?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source