Post #16 -
Post #16 -
Post #21 -
These sound pretty haphazard to me.
An old saying, "It's a poor craftsman who blames his tools" -
https://idioms.thefreedictionary.com/a+poor+craftsman+blames+his+tools#:~:text=a poor craftsman blames his tools proverb Said,rather than taking responsibility for their own failure.
Are you copying all of the files, including the ones that VS uses to layout the structure in Solution Explorer?
Or are you creating new projects from scratch?
If you are reusing the .vxproj and .vxproj.filters files from an older project, where you deleted a bunch of stuff, and copying them to a new project, then the new project is going to have missing folders as well.
Like I said before, if you're about to hit the delete button, you need to look at what you're about to delete.
Furthermore, why are you deleting all these files? VS allows you to
Remove a file (which deletes it) or
Exclude from Project, which doesn't delete it, but just keeps it from participating in the build.
Restarting from the beginning is not a function of the mouse. If the mouse isn't working right for you with the computer you have, then you either need to adjust the settings on the mouse, or get one that works well for you. I think you're working with a laptop. If the screen is too small for you to see well, then maybe you should get an external monitor so you can see things better. A lot of programmers work with large screens, up to four or five of them, and only work on laptops for making small changes to code they've already written.
As someone told you in another thread, using an application is very different from writing an application. The fact that an application was free or cost $10,000 is irrelevant.
I've been using VS for 23 years, and I have never run across
any of the problems that you are running into.