New Plugin Help

So this will be my first foray into C++ programming legitimately, and I was going to make a small plugin that creates a series of structured folders in the content directory. In each folder, a “placeholder” actor then gets created and stored to avoid folders being “lost” (why this happens is beyond me).

Anyways, I’m kind of stuck at the very beginning :frowning: I’ll want the plugin to be a menu item in File (File → Create Structured Folders)… in the templates, they only have listed Editor Toolbar (nope) and Editor Mode (nope). Should I use just the Blank plugin or… ? After this initial step, I think I can just google the rest.