Hi,
As it is an autogenerated class, it could be that Context.cs file exists in your project and then, at any time, when yours classes were genetared again, a Context1.cs file was added instead of Context.cs one.
To turn on again to Context.cs file, you should edit your .proj file manually outside VS. Search then in the .proj file for Context1.cs and change back to Context.cs.
Save the file an reload the project again in VS. Your files should generate correctly now.
Regards.
Please remember to Vote & "Mark As Answer" if this post is helpful to you.
Por favor, recuerda Votar y "Marcar como respuesta" si la solución de esta pregunta te ha sido útil.