So I followed the instructions on the wiki, here.
I went through it twice to make sure I did everything.
When I compile, I get the error
Elements.h(98): fatal error C1083: Cannot open include file: 'ElementClasses.h': No such file or directory
For pretty much every file that is shown.
I'm using the code from the GitHub source, I forked it to here.
How do i fix this problem?
You have not run generator.py (or it didn't work correctly)
"You now need python installed to run generator.py. Get python here, download version 2.7.3, probably this one if one 64 bit Windows. After you have it installed, just double click the generator.py and it should show a console window for a second and then close. This means it worked."
The only known issue is the 'generated' folder not creating automatically, so first create a folder named 'generated' and then run jacobs generator.py. You will then need to add all four files it creates to the project (right click in the solution explorer and hit add existing item)
Okay, thanks.
There are several other errors coming up. Are these part of the included libraries? I'm pretty sure i set those up correctly.
Update.cpp(4): fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory
Client.cpp(25): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
CommandInterface.cpp(12): fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
Oh, it looks like I had added those as one line, the tutorial didn't really specify on that they were on separate lines.
Working now! Thanks a ton!
Yeah, i think i may have entered the preprocessor settings in a different step than in the tutorial.