Plugin load error

Hi guys,

I’m practising writing a plugin for Unreal. It compiles fine and generates the UE4Editor dll, the issue is that whenever I run my project, it stops the project load saying that my plugin “could be initialized because the function IntializeModule was not found.” Now this is weird; I’ve tried to locate this function in the other plugins provided by Epic and couldn’t find in them too.

Any suggestions?