No such file or directory #include <ccOrderChoiceDlg.h>
Posted: Mon Oct 17, 2016 9:06 am
I am developing a plugin on ubuntu system . I have used dummy plugin and code from other plugin as well. but i get this error while compiling. I need to select roles of selected clouds:
fatal error: ccOrderChoiceDlg.h: No such file or directory #include <ccOrderChoiceDlg.h>
Though, this header is present in .ccp file of my plugin
What could be wrong here?
fatal error: ccOrderChoiceDlg.h: No such file or directory #include <ccOrderChoiceDlg.h>
Though, this header is present in .ccp file of my plugin
Code: Select all
//qCC
#include <ccOrderChoiceDlg.h>
What could be wrong here?