Couldn't find parent type ... UDestructibleComponent

Upgraded to 4.18, cannot find UDestructibleComponent.

The error I get is:

EXEC : error : Couldn't find parent type for '...' named 'UDestructibleComponent' in current module or any other module parsed so far.

Any quick fix to this?

EDIT:
So it looks like it is because APEX is now a plugin. You can enable it in the plugins menu. The problem still remains that you CAN’T open the editor because the project won’t build in 4.18. How do we get around this without attempting to comment out half the project?

Credit to Dwayne.Rudy on the forums.

Ran in to this myself… You need to
edit the uplugin file at:
:\Program Files\Epic
Games\UE_4.18\Engine\Plugins\Runtime\ApexDestruction\ApexDestruction.uplugin

And change EnabledByDefault to true.

It’s frustrating something like this would be implemented which would prevent the editor from opening which is were you would normally enable the plugin.