Currently I am attempting to create an game editor and I'm currently trying to implement scripting which :
- Creates a class which inherits a base class
- Creates a header and CPP file of said class and include it into the project
I have completely no idea as to how I should go about implementing this. What should I be using to implement this?