Copy a project to a new location

Bryan Kelly 361 Reputation points
2022-10-22T03:37:52.47+00:00

Windows 11, Visual Studio 2019, C++
I am trying to learn wxWidgets. Copy this solution: C:\WXWIDGETS\3.2.0\samples\minimal
To here: E:\WX\minimal
So I can make changes without disturbing the original. As all readers know, it won’t work.
What are the steps needed to make it work?
No, I don’t want to create a Github account, load it on the server, and download it again. I find multiple videos but every time I try to follow them videos they have steps and options that simply don’t exist on my computer or they step so fast I don’t have a clue as to what was just done.
A couple of forums threads here state to edit the .csproj file. There is no such file.
What are the steps to just copy it from the original location to the new location and make it work.

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,723 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.