Module not found exception, how to resolve?

Hello this is my first question in regards to UE!

I am developing a Module for our primary game module and thus I am running into an issue when calling an object specifically with v8 javascript engine.

My Code compiles fine, but when this specific line gets called…

void V8Module_impl::StartupModule() {
	--> V8::Initialize();
}

V8::Initialize();

It throws this exception error and I am not sure what this error is trying to tell me or what I am doing wrong. If I un-comment that line it will compile and load the game editor.

First-chance exception at 0x00007FFC32CB8B9C (KernelBase.dll) in UE4Editor.exe: 0xC06D007E: Module not found (parameters: 0x00000028565FE230).
Unhandled exception at 0x00007FFC32CB8B9C (KernelBase.dll) in UE4Editor.exe: 0xC06D007E: Module not found (parameters: 0x00000028565FE230).