I created a new Visual Studio C ++ project, and I would like to import copies of several C files and headers into the project. That is, the files are currently located in a folder on my desktop, and I would like to import them so that the copies are placed in the newly created project folder.
How can I do it? I tried using File | New | Project from existing code , but it just saves the files in their existing location. I even tried a simple Ctrl-C and Ctrl-V and again, which imported the files, but they remained in the same place on the disk.
source share