Box2D add test

Im follwing this very good tutorial on how to create a test in box2D. I could run a stand project and have not had any problems so far. I right-clicked on the tests and clicked the "Add New Item" button. there I created FooTest.h and copied the code from the tutorial. enter image description here Unfortunately, I get an error message independent of the test, without giving the name of the class or structure. I looked at the sources of another .h file and can't see anything that shows that I need to include another file or do something else. I rebuilt the project several times.

My TestEntries file:

enter image description here

What did I do wrong? Should ive create FooTest.h differently?

+4
1

, FooTest.h . , FooTest.h Testbed/Tests. , , , .

+3

Source: https://habr.com/ru/post/1610216/


All Articles