I was also having the same error, where I am inheriting key fro, BaseEntity class. To resolve this just add
'[DatabaseGeneratedAttribute(DatabaseGeneratedOption.Identity)]'
on the BaseEntity class or wherever your primary key is