I'm using CKSDev spmetal generator. I have set up the following parameter file :
<Web xmlns="http://schemas.microsoft.com/SharePoint/2009/spmetal"
Class="ModelContext">
<ContentType Name="Item">
<Column Name="Editor" />
<Column Name="Author" />
<Column Name="Created" />
<Column Name="Modified" />
<IncludeHiddenColumns/>
</ContentType>
<IncludeHiddenContentTypes/>
</Web>
The Item class is created as expected, but the columns Editor, Author, etc. are not generated.
I've also tried specify one of my custom content type in place of Item, but these fields are still not generated.
What am I missing ?