Start Microsoft Visual Studio 2017. In Visual Studio, press Ctrl + Shift + N or navigate to File | New | Project....
In the New Project dialog, in the Installed list, expand Other Project Types and select Visual Studio Solutions. In the list at the center, select Blank Solution, type the name Chapter02, change the location to C:\Code, and then click on OK, as shown in the following screenshot:
If you were to run File Explorer, you would see that Visual Studio has created a folder named Chapter02 with a Visual Studio solution named Chapter02 inside it, as shown in the following screenshot:
In Visual Studio, navigate ...