You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
windows + visual studio 2019
I try to use the wxWidgets lib package for vc140/142/143 separately. I removed the macro wxMSVC_VERSION_ABI_COMPAT in wx_setup.props, but the project still looks for header file in vc14x_xxx folder, which I suppose should be vc142_xxx folder:
fatal error C1083: Cannot open include file: '../../../lib/vc14x_x64_lib/baseud/wx/setup.h': No such file or directory
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
windows + visual studio 2019
I try to use the wxWidgets lib package for vc140/142/143 separately. I removed the macro wxMSVC_VERSION_ABI_COMPAT in wx_setup.props, but the project still looks for header file in vc14x_xxx folder, which I suppose should be vc142_xxx folder:
fatal error C1083: Cannot open include file: '../../../lib/vc14x_x64_lib/baseud/wx/setup.h': No such file or directory
Where did I do wrong?
Beta Was this translation helpful? Give feedback.
All reactions