Importing Projects to Visual Studio

  • Thread starter Thread starter Colin_PSU
  • Start date Start date
C

Colin_PSU

Guest
Hello,

I am a college student and often I am given project folders for courses with multiple C++ header files, source files, and a makefile usually. I am using VS 2017 for reference.

Visual studio is my favorite IDE for debugging but I do not know how to integrate one of these folders into visual studio so I might debug from the application and not from a terminal. I am wondering if someones knows a way for me to open this folder in VS, and run/debug it like a normal console application? I realize the makefile might add an additional layer of complexity.

Continue reading...
 
Back
Top