Add an existing (GitHub) C++ project in Visual Studio 2013 (without solution file) -


i add existing c++ github project visual studio. know how how add existing solution github visual studio 2013. here procedure

  1. in visual studio 2013
  2. i go team explorer tab / connect team project / clone
  3. in clone dialog enter https github link , local repository path
  4. i click on clone button

after don't know do. problem don't have solution file. have idea: need to create new solution file, project, add manually each cpp file in new solution , project. sound heavy i'm asking if there better , faster procedure. perhaps don't need solution file.

note: did c++ coding never used visual studio main c++ editor. project try integrate visual studio 2013 https://github.com/ryochan7/antimicro

i recommend using cmake create solution file. lot of c++ projects on web mention in readme files. alternatively, can create new project (which create solution) , copy code it.


Comments