Why doesn’t Visual Studio want me to add a new window to my WPF project?
Your project is probably configured as a WinForms project, or possibly as a class library. If it’s created as either of these, you are only able to add a WPF UserControl, unfortunately. Of course, there’s no technical reason for this limitation, so you can copy/paste one from another project or recreate/change your project to be … Read more