I'm working in a C++ native project and I need to import a .tbl file
#import "C:\packages\S...\xx.tlb" raw_interfaces_only, named_guids, no_namespace
But Visual studio 2019 always ask for a .tlh file that I don't have, how can I use tbl file without the tlh file?