How do you add new projects to a Visual Studio Solutions file?

projects-and-solutions, visual-studio

Solution

"Tools" menu -> "Options" dialog -> "Projects and Solutions" tree node -> "General" tree node -> "Always show solution" checkbox. Make sure it's ticked.

Problem

I want to know how we can add projects in single solution file. When I create the solution and try to add projects in it, the solution file is not visible. How can I add projects/websites to the solution file?

Original source