I am working with VCCodeModel in both C# and C++ CLR and I am having trouble getting the VCCodeModel type in to the CLR project. I have added Microsoft.VisualStudio.VCCodemodel as a reference, but when I type:
Microsoft::VisualStudio::VCCodeModel::VCCodeModel
Visual Studio cannot see the code model. All the other objects in the namespace like VCCodeFunction and VCFileCodeModel all work, but this one fails.
Is there some error that could cause this? I am using the default add-in project with C++ CLR as the chosen language and have added Microsoft.VisualStudio.VCCodeModel as a reference, and can successfully reference the other members in the space. What could the issue be here?