[C++][QT5]Basic header file missing for cpp-qt5-client generator
Created by: lacksfish
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.
Any help highly appreciated.