Skip to content
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

VS code issues when VS code libraries are already installed #9

Open
undeadindustries opened this issue Oct 18, 2022 · 0 comments
Open

Comments

@undeadindustries
Copy link

This is on MacOS.

I already had WxWidgets installed before I cloned your repo.

For these lines:
"${workspaceFolder}/build/stage/include/wx-3.1/",
"${workspaceFolder}/build/subprojects/Build/wxWidgets_external/lib/wx/include/osx_cocoa-unicode-static-3.1/
"

I get "Cannot find" errors. Probably because cmake didn't think Wx needed to be downloaded?
But it does need to be downloaded for VS code to work as an ide right? meaning, for it to autocomplete and display proper errors?

Because of that also, I get a wx.h not found error too. It's asking me to update Intellisense with proper include folders. But cmake should handle that, right?

In command prompt, the code compiles fine.

Any help is appreciated. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant