[quote user="Nenad Poljcic"]Windows 7, VS 2013, NO CLR support[/quote]
What do you mean by 'NO CLR support'?
[quote user="Nenad Poljcic"]I get all kinds of errors when including PointCloudApi.h[/quote]
That header file is a convenience that #includes most of what you need for Point Cloud development.
[quote user="Nenad Poljcic"]error C2039: 'OrientedBoxCR' : is not a member of 'Bentley::DgnPlatform'[/quote]
Class OrientedBox is defined in PointCloudClipHandler.h. You need to #include that header before you #include PointCloudApi.h.
[quote user="Nenad Poljcic"]error C2061: syntax error : identifier 'IPointCloudChannelVectorCR'[/quote]
I can't find any header that declares PointCloudChannelVector. It's referenced here...
POINTCLOUD_EXPORT IPointCloudQueryBuffersPtr CreateBuffers(UInt32 capacity, UInt32 channelFlags, IPointCloudChannelVectorCR channels);
[quote user="Nenad Poljcic"]I'll try with VS 2015. If still not working, I'll report a bug[/quote]
Yes, you should use Viz Studio 2015 with CONNECT v10.05. However, a different compiler can't supply a missing header file: it's absence remains a defect.