From scratch, ALL of my projects are giving the error
The name "InitializeComponent" does not exist in the current context (CS0103)
When they are created. I do not need to change anything, the error comes for free.
As I researched, I tried to fix it by cleaning up the solution, retrieving nuget packages and recompiling, but it's not working!
Error Image:
What can I do?