C++ compiler warning after installing aspose slides

After installing aspose slides package in my project, everything compiles fine, but during compilation process I get the following warning several times:

…\packages\aspose.slides.cpp.18.10.0\build\native\include\asposecpplib\fwd.h(123): warning C4005: ‘_T’: macro redefinition
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\tchar.h(2427): note: see previous definition of ‘_T’

@ivan2116,

These are simply warnings and you may ignore them. The first warning is in fact pointing to old Aspose.Slides for C++ 18.10. I suggest you to please update to Aspose.Slides for C++ using Nuget.