What to #include to get ADestructibleActor?

I had the same problem, fix it by adding this to the .uproject file

““AdditionalDependencies”: [
“ApexDestruction”
]”
In modules section.