Can I add a source folder (cpp) from the git repository to a Visual C ++ project, that is, I have already created a Visual c ++ project and just need to add (clone) a folder with cpp source files. And how can this be done?

  • git clone , what's the problem - Abyx
  • @Abyx, in an existing project that is on my local site, I want to add the source cpp files from git. did git clone, but connected the folder with source codes to the project but studio does not see the folder with files. - andy

0