You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have experienced issues with the creation of the cpp-qt5-client client library.
Upon compilation the compiler errors with the following:
error: OAINumber.h: No such file or directory
#include "OAINumber.h"
It seems this file is part of the "standard header files" for this generator.
Other header files like OAIObject.h and OAIEnum.h are available and created properly.
It is only OAINumber.h which is nowhere to be found.. The client code has been generated with the latest master branch as of yesterday.