Struggling with including header

I have just started coding a map manager / map loader into my game however I cannot find many resources on this topic and the resources I do find are merely small code snippets and I could probably piece them together but I can’t seem to include IPlatformFilePak.h for some reason…it just tells me that it cannot find the header file. Any ideas? I am trying to use the FPakPlatformFile class.

I get this error during compile time:


error C1083: Cannot open include file: 'IPlatformFilePak.h': No such file or directory

Never mind, got it working. For people coming across this issue: Don’t forget to add the module to PublicDependencyModuleNames in your Project.Build.cs file.