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 compile PyFx.hpp #7

Closed luciddream-tsin closed 5 months ago

luciddream-tsin commented 5 months ago

when I compile the project, err I got:

ERROR   C2653   “pyfx”: is not class or namespace.  AETK    C:\Codes\CCPP\AETK\AETK\AEGP\Core\PyFx.cpp  8       

After I comments them, it compiled successfully.

Trentonom0r3 commented 5 months ago

I need to add some clearer separation-- AETK won't compile unless its in a plugin, and PyFX is the same, and only used with a specific plugin setup!