Visual Studio 2012 - Self Referencing Generics Parsing Errors
See the question and my original answer on StackOverflowThis can happen if you open the same solution/project with two instances of Visual Studio (even two Visual Studio 2010 for example). The Intellisense mechanism uses .NCB files that Visual Studio instances cannot really share. In this case, Intellisense behavior is strange.