newbie question here, I wanted to start in my free time with some desktop development so I installed Visual Studio 2022. Going through the motions I created C# solution and project but for some strange reason inside solution explorer I cannot see my project at all:
which exist on HD:
and when I try to add a project manually I get missing .net. SDK error.
This happens when I create a new project, so I have not done anything because of this, for example, I can not even run it since the upper green play icon is showing attach.
Can someone please tell me what I am doing wrong and how can I fix this?
I created a new project expecting to run it (console project) and get hello world as output, instead solution explorer does not see the project at all and I can not add it manually or run it.