I have a folder which is a c++ project but it's not a visual studio project.
How can I open the folder as a project or convert it into a visual studio project, so that I can make
it?
There's no vcproj
or sln
files, which is expected. I'm familiar with Visual Studio and would like to take advantage of that environment.