If all the code was C++ then I can only assume that the SDK contains unmanaged libraries. If that is so then you'll have to call the functions they contain like Windows API functions. If they are .NET assemblies then you need to reference them before you can make use of the namespaces and types they contain.