-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VisualStudio2019 "plugin-sdk" build error #123
Comments
Show the entire error message. |
Now my problem is another ... : |
You need to build the SDK first. here |
I did all the steps, but in the part of "build plugin.sln" in "release mode" this happens: -C1900 Severity Code Description Project File Line Status suppressed Error C1900 Il 'P1', version '20210202', does not match 'P2', version '20180423' plugin_vc C: \ Users \ fakaf \ Desktop \ plugin-sdk \ plugin_vc \ LIB 1 -MSB8051 Severity Code Description Project File Line Status suppressed Warning MSB8051 Windows XP as a target option is deprecated and will not be included in future versions of Visual Studio. See https://go.microsoft.com/fwlink/?linkid=2023588 for more information. plugin_iii C: \ Program Files (x86) \ Microsoft Visual Studio \ 2019 \ Community \ MSBuild \ Microsoft \ VC \ v150 \ Platforms \ Win32 \ PlatformToolsets \ v141_xp \ Toolset.targets 39 |
Look up the error codes on google. Try to do a full rebuild in x86. |
Hi, I am totally new to the topic. I wanted to compile "plugin.sln", but got errors...
Tried to fix these issues but failed...
:
-MSB8051
-C1900
-LNK1257
I am using the latest Visual Studio Community Version (2019) version 16.11.
I appreciate the help.
The text was updated successfully, but these errors were encountered: