Dear Community,

I had issues to include all my needed header files since they were in many different sub folders. However, I added them now manually. The drawback is that now a lot of "ISO C++ forbids declaration of 'desc' with no type [-fpermissive]" errors (around 130) occur. I think the reason is that the header files are included in wrong order, is that correct? So is there any way to find out which order is the correct/right one?


Thank you.

Nathi