Hello, I am a total newb to powder toy modding! I have added a new element to TPT, but I do not know how to compile the source. I am using Visual Studio pro 2010, facialturds source. Instructions or a pointer to a help page would be awesome! Thanks!
EDIT: I found the wiki post just after writing this thread :)
@iggyfigs Common error with me, so if line 2 is: #include < air.h > try it like: #include "air.h" (including "quotation marks") and if that doesn't work, try: #include "includes/air.h" Code::Blocks is bloody annoying. Good luck getting it to work.