As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
#ifdef __has_include #if __has_include(<SomePlugin.h>) #include <SomePlugin.h> // we have certain header file #endif#endif