I am trying to obtain a pointer to DTE object in my package command handler with GetActiveObject.
Compiling the code results in error C2653: 'EnvDTE' : is not a class or namespace name. I am missing an include probably
Any idea? Or do you have a better solution to obtain this pointer (C++)
Thanks