That did the trick! Thank you very much. Looks like this is what was in my project file (has the "1" in the file name)...
<
None
Include
=
"
Entities.tt
"
>
<
Generator
>
TextTemplatingFileGenerator</
Generator
>
<
LastGenOutput
>
Entities1
.cs</
LastGenOutput
>
</
None
>
<
None
Include
=
"
Entities.cs
"
>
<
AutoGen
>
True</
AutoGen
>
<
DesignTime
>
True</
DesignTime
>
<
DependentUpon
>
Entities.tt</
DependentUpon
>
</
None
>
I changed the file to remove the 1 and it fixed it. I don't really know how I got it into that state but glad there is a solution for this (and it was rather simple after your suggestion).