Compiling Error - Need help

  • Jeerdus
    27th Feb 2013 Member 0 Permalink

    I'm kinda new in C++ and in Powder Toy Modding, so I basicly need help...

    When I create a new element and then run the generator.py everything goes well, until I "Start Debugging (F5)". 

     

    It fails and gives me this error:

    http://pastebin.com/pu3mJ2V1

     

    Can somebody help me?

  • boxmein
    27th Feb 2013 Former Staff 1 Permalink
    @Jeerdus (View Post)
    If you're using Visual Studio you haven't dragged the "TEST.cpp" file into the Solution Explorer menu under "Source Files"
    (basically you have to make visual studio understand that this file as well is part of your project and needs to be kept track of)
  • Jeerdus
    27th Feb 2013 Member 0 Permalink

    @boxmein (View Post)

    Oh, how could I have been so stupid!
    Thanks for the help! Works perfectly now!