Was having problems with QB SDK 8.0 not working properly, discovered via intuit developer forum that I needed to force x86 compilation instead of "Any CPU". Was getting an error similar to "Could not find the COM Class with CLSID *****-******....". Switched the compilation method to x86 explicitly, and it started working. Yay!