A solution file is simply a virtual collection of projects. If you need a solution file then use File \ New Project
. Then type Solution
in the search field. You'll see the Blank Solution
template, select it. You have to create the solution in an empty folder but otherwise it'll create the solution file.
Once you have the blank solution either copy the solution file into your project directory or copy the project directory into the solution directory. After that load the solution and then right-click the solution in Solution Explorer and select Add Existing Project and select your project. You're done.
Alternatively I believe if you loaded the project into Visual Studio then you can tell VS to save all and it'll prompt you to create a solution because projects need to be in solutions. I haven't tried this in a while though.