Trentonom0r3 / AETK

A modern C++ framework designed to revolutionize the way developers create plugins for Adobe After Effects. Aimed at both newcomers and seasoned plugin developers, AETK provides an extensive suite of tools and abstractions that streamline the development process, enabling more focus on creativity and innovation.
MIT License
6 stars 0 forks source link

Can not find "AE\Util\AEGP_SuiteHandler.cpp" #8

Closed luciddream-tsin closed 5 months ago

luciddream-tsin commented 5 months ago

And I must modified the AETK.vcxproj from

 <ClCompile Include="AE\Util\AEGP_SuiteHandler.cpp" />
 <ClCompile Include="AE\Util\MissingSuiteError.cpp" />

to

 <ClCompile Include="Util\AEGP_SuiteHandler.cpp" />
 <ClCompile Include="Util\MissingSuiteError.cpp" />
Trentonom0r3 commented 5 months ago

Could you add a pull request on this at some point?

luciddream-tsin commented 5 months ago

I have created a pull request: https://github.com/Trentonom0r3/AETK/pull/10