I copied three classes in from another WPF project and then changed their namespaces.
Now when I run the project, I get errors in the ".g.cs" files which say that the namespace is incorrect. I change this namespace but when I compile and run again, the ".g.cs" files get regenerated and overwritten with the old namespace version and I get the error again.
What are the files and how can I make them be regenerate from the current files instead of some cache that its obviously holding somewhere?
I deleted the \bin and \obj directories and rebuilt but still get the errors.