Not 100% sure what you are asking. If you just need an empty solution with some pre-created folders that will be a file called yourProject.sln, go to any main language that you installed (C ++ in my case) and create an empty project. This will give you an empty solution file in which there will be only one folder, it will be called yourProject in my case above and several project files related to the language. If you want to add a new project to this solution, go to: File-> Add-> New Project. Complete the rest with any type of application your project / program should have. This is how it is done in C ++, I donβt know how to do it, say, C #. However, you did not specify the language ... So, I'm not sure where to go to help you, Visual Basic? C ++?
source share