After looking around a bit, I did find these views in Sql Server Management Studio under System views.
They don't show in my schema in designer's Catalog explorer. It is possible/likely that, they were added by a import and then deleted when I saw them there.
I have the "CleanUpVsNetProjects" checked in my project properties, should this delete these files when I generate code? If so it's doesn't. I have one element in the catalog explorer under views, and one element in project explorer under typed views. I regenerated the source code, there is one updated source file in "...\DatabaseGeneric\TypedViewClasses" but the "Syncobj0x3936314146434541TypedView.cs" remain. They are not in my database generic project file, so I'm going to delete them.
My designer is dated 5/27/2010 v 3.0.10.520 so I will also upgrade to the current released version.