[BUG] Failed to load '/Script/CableComponent.CableComponent'

Are you guys planning to fix this issue? It’s been almost 2 years and still nothing’s done.

Here is more info: [FIX-INCLUDE-REQUEST] - CableComponent using objects reset on editor start-up and error in packaging - Feedback & Requests - Epic Developer Community Forums

And here: Adobe Support Community

I’m using CableComponents a lot and I always get this when I update Unreal.
The solution is to open the “CableComponent.uplugin” at “Engine\Plugins\Runtime\CableComponent” and change the LoadingPhase from Default to PreDefault.

I know the thread is old but, could be helpful for someone.

Relevant for other plugins. Your solution worked perfectly on a similar problem I was having with Branson-Wilson’s OpenCV-Plugin. Thank you!