I am trying to use Google's Sketchup C++ SDK (latest version) to export a 3D model to a Sketchup file. One of the problems I am facing is that the header files refer to an "sapi" folder which does not exist in the source tree.
I need to figure out how I can get a reference to the ISketchUpApplication interface. Can someone provide me with example code on how I can go about doing this?