.rc error rc2135 file not found .tlb - 解决方法

Under the Resources tree (which is under Configuration Properties),
click "General" and make sure that for Additional Include Directories,
you've specified "$(IntDir)" for additional include directories. This
should not be blank. And we're specifying the intermediate directory
because that's where the generated type library will go during
compilation.

猜你喜欢

转载自blog.csdn.net/Pei_hua100/article/details/81260421