Problems Xiaobai easily encounters when using Visual Studio to create a new project

Can the path when downloading VS not be on the C drive?

Answer: It must be on the C drive.
Some components of Visual Studio can only be installed on the c drive, because those are system support files, if you can choose the installation path yourself, the software will be all messed up! You can install the main program of VS to other disks. If the C disk is not big enough, you can only learn a lesson. In the future, the C disk will be slightly larger. Not only VS, but even if many software are not installed on the C disk, some files will be written to the C disk. Disk!
However, reinstalling the system can modify the size of the c drive through some disk management software!

Can the new project path not be on the C drive?

Answer: The project does not need to be in the C drive.
The newly created project can be in the system disk or the storage disk. This will not affect anything. Just put the unnecessary files in the system disk into the storage disk.

Should projects and solutions be kept together?

Answer: Just leave it unchecked by default, that is, not put them together.
The relationship between projects and solutions is: a solution can contain multiple projects, and the question of whether to put them together is whether the solution files and project files are placed in the same folder. For details, please refer to the following article:
Link: Should VS solutions and projects be put together? .

Guess you like

Origin blog.csdn.net/qq_45163431/article/details/126807783