Just a reminder to myself. Edit cfg/pe.cfg
inside the IDA installation folder to configure the PE loader to load all sections:
// Always load all sections of a PE file? // If no, sections like .reloc and .rsrc are skipped PE_LOAD_ALL_SECTIONS = YES
This will load the PE header as well as the resource section into the database.