Nativization + DLC

Hi! I have ABaseWeapon_BP nativized and all is fine during project packaging. But when I use derived blueprint from this nativized BP in DLC I have package error like Error: Couldn’t find parent type for ‘DerivedBPClassName’ named ‘ParentNativizedBPClassName’ in current module (Package: /Script/NativizedAssets) or any other module parsed so far.
How to handle it? no way to disable nativization for parent BP.