I have downloaded the Aspose.Email.Cpp (Aspose.Email for C++ 22.1) and when I’m trying to build and run the provided example, I am getting this error:
In file included from /usr/local/src/include/Aspose.Email.Cpp/Aspose.Email.h:100:0,
from /usr/local/src/src/Example.cpp:1:
/usr/local/src/include/Aspose.Email.Cpp/Mapi/MapiCalendarRecurrencePatternFactory.h:12:45: fatal error: Calendar/Model/Component/VEvent.h: No such file or directory
#include "Calendar/Model/Component/VEvent.h"
^
compilation terminated.
Is it possible that this is a bad build and there are missing files? I have searched for the specific file VEvent.h and it is no where to be found in the library downloaded.
Thanks
EDIT: The same is happening for the very latest version (22.2)