.tbl file import request for a .tlh file C++

232 views Asked by At

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?

0

There are 0 answers