Linker Tools Error LNK1332
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Linker Tools Error LNK1332.
detected<count> Windows Runtime types imported in one module and defined in another module
When it produced the current target, the linker detected <count> Windows Runtime types, each of which is imported in one module and also defined in another module.
To correct this error
- Correct each of the LNK2039 errors in the build according to the suggestion in the error message.
Show: