The new Release 20.03 is out! You can download binaries for Windows and many major Linux distros here .
#ifdef __has_include #if __has_include(<SomePlugin.h>) #include <SomePlugin.h> // we have certain header file #endif#endif