Visual Studio Intellisense not showing some classes
问题 My Visual Studio is not showing a lot of the available classes in the IntelliSense auto-complete. For example, a project I'm working on has a reference to the Microsoft.Xna.Framework namespace, yet even after adding the using statement using Microsoft.Xna.Framework in a file, IntelliSense is unable to recognize classes like Texture2D and Rectangle . I can still type them in, however, without getting a compiler error. Any idea what's happening? The IntelliSense detects standard libraries like