
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear colleagues,
So far I have made simple ObjectARX code with #include of every necessary header file separately, and it was all fine, the birds were singing etc.
However, after some time it became boring and I saw arxHeaders.h, and I thought it would include all available ObjectARX headers at once. So I left only #include "stdafx.h" and #include <arxHeaders.h>.
And it seemed fine at first, IntelliSense was showing nicely, but compiling produced a lot of errors, all of them for acprofile.h and acpublishuireactors.h.
This is ObjectARX 2016, I marked all necessary libraries and inc folders from SDK in Visual Studio properties (and it worked nicely when I included header files one by one)
Is this "I will include only one header file and enjoy life" even possible?
Solved! Go to Solution.