I’ve just imported an IAR project in VGDB. While I can easily see the Source file .c, I can’t see any of the .h files inside the virtual folder “Header file”, as you can see in the file attached. Is there a way to display the files included in the Header files?
If the header files are missing in Solution Explorer, they were likely not directly referenced by the original IAR project either (it’s not necessary for build). You can add them to Solution Explorer via the “Add->Existing File” menu command similar to the regular Visual Studio projects.