Shyam Kodase wrote:
Code is in plain C and C++
So why have you posted this in the Managed C++/CLI forum? However, as to your question: The best way to do this would be to leave the existing folders intact until the new projects are all building successfully.
Using Visual Studio, create a new empty project for the first existing project in your set. This will create a solution folder and a project folder underneath it.
Copy the source files (via Windows Explorer) from the existing project into the new project folder.
Using Visual Studio, add the files into the project (header, resource, source etc).
Build the project and correct any errors.
Add a new blank project to the solution and repeat the above process.
Repeat for all remaining projects.
Use the best guess