Import Existing C++ Source Code into Visual Studio

后端 未结 7 637
傲寒
傲寒 2020-12-25 13:53

I am trying to import an existing c++ application\'s source into visual studio to take advantage of some specific MS tools. However, after searching online and playing with

7条回答
  •  独厮守ぢ
    2020-12-25 14:31

    I know this question is already marked correct, but I was able to import existing code into a project with Visual Studio 2008 by doing "File" -> "New Project from existing code". The directory structure of my code was retained.

提交回复
热议问题