error LNK2001: unresolved external symbol "public: virtual void *__thiscall
error LNK2001: unresolved external symbol "public: virtual void *__thiscall Cell::qt_metacast(char const *)"
编译连接的时候出这个错,但是程序本身看不出有任何问题
?
在QtCreator下可以编译运行,在VS中无法编译通过,出现如上错误。
?
?
原因:VS中有些ui文件和对应的.h和cpp文件被我排除在项目外了。应该包含在内就可以了。