microsoftarchive / KinectCommonBridge

Other
113 stars 43 forks source link

can not build KinectCommonBridge.dll #21

Open jmartinho opened 9 years ago

jmartinho commented 9 years ago

When building KinectCommonBridge, I get this error:

error C1083: Cannot open include file: 'atlbase.h': No such file or directory C:\Program Files (x86)\Microsoft SDKs\Speech\v11.0\Include\sphelper.h 46

Do you know the solution for this?

Thanks jmm

mkostin commented 9 years ago

Are you having this issue with 1.8 (master) or 2.0 version? If it is the former please take a look at issue #8, solution is using ccomptr-8 branch or use v2.0 for Kinect 2.0.

mkostin commented 9 years ago

Just in case you're already on the right branch and your setup is missing ATL for some other reason see these solutions on stackverflow.