Could Not Able to Find the License Class under Aspose::Slides

Hi,

We have purchased the aspose.slides license and have the “.lic” file but we could not able to find the license class under Aspose::slides .

we have tried adding the license code for our existing c++ project where we have developed some functionality using Aspose::Slides as per the documentation. License | Aspose.Slides for C++ API Reference

Tried:
Aspose.Slides.License-Error.png (35.8 KB)
?
Could you guide us which header is missing? or any other steps to follow?

Thank you

@ashvek,
Thank you for posting the question.

To use the License class in your project in C++, you should also include the License.h file in your code as below:

#include <Util/License.h>

A post was split to a new topic: Aspose.Slides for C++ 24.9: EMF Images Are Rendered as Raster in PDF