C++ Fatal Error LNK1120: 1 unresolved externals

后端 未结 8 1271
[愿得一人]
[愿得一人] 2020-11-29 09:27

What is causing this error? I google\'d it and first few solutions I found were that something was wrong with the library and the main function but both seem to be fine in m

8条回答
  •  北海茫月
    2020-11-29 10:05

    In my particular case, this error error was happening because the file which I've added wasn't referenced at .vcproj file.

提交回复
热议问题