Top "Unresolved-external" questions

For questions about code that compiles but does not link due to unresolved external symbols.

error LNK2019: unresolved external symbol "" referenced in function

Im currently getting the following error when I compile my code: error LNK2019: unresolved external symbol "public: void __thiscall Agent::…

c++ visual-c++ unresolved-external
How to Fix Visual Studio 2012 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_string?

How to fix a Visual Studio 2012 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_string? I've been …

visual-studio-2012 unresolved-external lnk2019 c++-standard-library stdstring
Android Studio unresolved reference. Project compiles

After upgrading Android Studio, a project with no issues started showing issues in the editor. I have lots of Unresolved …

android android-studio kotlin unresolved-external
Unresolved externals in C++ when using vectors and find

I have tried this code in a totally separate project, and it works fine (the only difference being that the …

c++ find stdvector unresolved-external
I can't compile a solution due to "Error LNK2028: unresolved token..."

I have a dll programmed in C++, and a exe programmed in Visual C++. I have the functions in dll …

c++ visual-c++ unresolved-external
visual studio building error: unresolved external symbol _IID_IWICImagingFactory (MFC static lib)

I wrote a porgram with a few standard dialogs in an SDI (Doc/View enabled) project. Now that I want …

c++ visual-studio visual-studio-2010 mfc unresolved-external
Google Test: error LNK2019: unresolved external symbol with Visual Studio 2013

I'm trying to get my first ever unit test with Google Test framework + Visual Studio 2013.However I'm hitting the below …

c++ visual-studio-2013 googletest unresolved-external
How to use functions from different C++ projects in Visual Studio 2010?

I would like to build two C++ projects in the same solution in Visual Studio 2010 that can interact with each …

c++ visual-studio-2010 include unresolved-external multiple-projects
Unresolved external symbol from a static library in one project, not the other. (C++)

I have a static library that compiles fine (lets call it A), and it is reliant on another static library (…

c++ visual-studio static-libraries unresolved-external
node-express app.get() marked as unresolved in webstorm

If you follow JetBrains' Getting Started with Node.js in WebStorm instructions, node-express specific code is highlighted correctly. However if …

express webstorm unresolved-external