When i build it i get thid error 316 times:
Error 222 error C1083: Cannot open include file: 'ElementClasses.h': No such file or directory
Edit:
Found it out, in the folder generated in the zip file ElementClasses.h doesn't exist.
Can someone upload it?
I have had a similar error. I can't fix it either, but with "Element.h". Something is wrong with the source code I would think. Perhaps someone could check it? Is this your first time compiling? You say 'generated', is that with "generator.py"?
I have checked my error - it says that there should be a "simulation\" directory. We need the help of a DEV!
Thanks it works, I now see that 2.7.3 is needed (before I started with TPT I had 3.3.0)
I used codeblocks - the tutorial. Go to compiling for windows, click the compiling category at the bottom, choose codeblocks setup. Is it outdated? My includes\ directory is directly in the project directory, "next to" src\. My project file is found in the same location. should the project be in src\ ? I can see Elements.h in src\simulation\ but even when I change "#include simulation\Elements.h" to "#include src\simulation\Element.h" the precompiler still can't find it! I haven't been able to compile one program from internet source code ever.
What is the point of having #includes and header files if one must use a complicated procedure to link the project anyway? I can code C++, but I have no idea what all the "-GhdYv"s do in all those extra settings. I think I will give up then - or learn linking settings. Oh, and sorry G.F.Dragon for hijacking your thread.