Engine Stop loading at audio modular when enable my plugin

I write a plugin with cpp.

In the initial project where I create the plugin, it can run in normal operation after package.

However, when I move it to a new project and add some new header and cpp files, it can pass the compile and package, no red just a warning also occurs in the initial project which can run successfully, it just Blcak Screen when open the exe. If package without the plugin, it will run in normal operation again.

The following are the two pictures of the log, it shows that the engine will stop loading at the audio modular if enable the plugin I wrote. But I never write any code about audio.

This is the log that without the plugin:

This is the log with the plugin:

Now I have no idea about this, anyone can give me some suggestions about the cause of the issue?