Why does the #include “DrawDebugHelpers.h” need to be included in the CPP file instead of the header file?
Everytime I stuck it in my header file, it threw everything off i.e. GENERATED_BODY() started getting errors (no matter where I put the new include).
Also why do new includes sometimes cause errors with GENERATED_BODY()?
Thanks.
PS. Would be great if they updated the course with more texts/step in videos to show what includes are needed now (and where to put them).