Import Existing C++ Source Code into Visual Studio

后端 未结 7 657
傲寒
傲寒 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:25

    With no project/solution loaded, in Visual Studio 2005 I see this menu item:

    File > New Project From Existing Code...

    After following the wizard, my problem is solved!

    Switching the "Show All Files" button shows the complete hierarchy with all directories and files within.

    If the New Project From Existing Code... option isn't available, you'll need to add it in Tools > Customize...

    Tools > Customize...  Commands tab, File menu, Add Command button, File menu, New Project From Existing Code...

提交回复
热议问题