dbghelp.dll Exception thrown?

This I get an exception thrown every time I try to launch any project that shares my particular build of 4.26 in Debug mode (with f5) from visual studio.

File location of the exception : GitHub\UnrealEngine\Engine\Source\Runtime\Core\Private\Windows\WindowsPlatformStackWalk.cpp

I have added a few custom functions to the engine code, could this be the cause?

For now i have just clicked “Except when thrown from dbghelp.dll”
But I would really like to counter this with knowledge instead.