I started a project and when I try to build I get 120 errors in the Resource.Designer.cs file.
Error CS0117 'Resource.Color' does not contain a definition for 'design_textinput_error_color'
There are 120 similar errors to this one, 'x does not contain a definition for y'. I tried commenting them out but when I rebuild the file just gets regenerated and the errors return.
Why does it not contain these definitions and how can I get it to create them?