Fatal Error!!

I packaged my project in shipping mode and this is what pops up when I try to open the .exe file.

r/UnrealEngine5 - Fatal Error!!

Keep in mind that I created a C++ class that uses native functions to retrive data from external files at runtime.
If I package the project in debugging mode the .exe opens easily.

Here are more details about the error:

Fatal error!

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000027

0x00007ffb1872da7d ucrtbase.dll!UnknownFunction []

0x00007ffb18713b7b ucrtbase.dll!UnknownFunction []

0x00007ffb18713970 ucrtbase.dll!UnknownFunction []

0x00007ffb187136af ucrtbase.dll!UnknownFunction []

0x00007ff78c6d0e40 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78c6afd63 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78c6af732 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78c9853be Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78c9806de Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78c97d116 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78c985f0b Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78c9806de Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78c980645 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78c8ab799 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78c9804f2 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78e286702 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78e273be0 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78e96233e Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78e277cef Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78ec3ecba Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78e5fd301 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78ebffade Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78eb99129 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78eb7a8ee Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78e60add9 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78b25ade6 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78b265423 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78b26558a Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78b2662fc Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78b26f0a4 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ff78f76b1e2 Prototipo1-Win64-Shipping.exe!UnknownFunction []

0x00007ffb18d426ad KERNEL32.DLL!UnknownFunction []

0x00007ffb1afaaa68 ntdll.dll!UnknownFunction []

Please help!!