Import Existing C++ Source Code into Visual Studio

后端 未结 7 658
傲寒
傲寒 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:36

    You can always switch view from project menu

    For eg. Project->Show All Files

    The above will display the files in unformated raw file system order

    Not sure of older versions but it works on VS 2010

提交回复
热议问题