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
I'm working on a VS project derived from the G3D starter project template. Many symbols don't get autocompleted in 10x, but do get autocompleted in VS. I think it may be because some headers in the project files weren't parsed. The vcxproj has these lines:
This is adding a lot of paths to the project. Is there something I should do to get my autocomplete working? Or should the parser be able to find those files already given that other IDEs can find those files no problemo? I am pretty new to 10x.
The text was updated successfully, but these errors were encountered:
The parser should be able to pick up the include paths from the project, but I don't think it parses the LibraryPath property yet, I'll get that added.
For now you can add paths manually in the workspace settings:
I'm working on a VS project derived from the G3D starter project template. Many symbols don't get autocompleted in 10x, but do get autocompleted in VS. I think it may be because some headers in the project files weren't parsed. The vcxproj has these lines:
Then the referenced file is this:
This is adding a lot of paths to the project. Is there something I should do to get my autocomplete working? Or should the parser be able to find those files already given that other IDEs can find those files no problemo? I am pretty new to 10x.
The text was updated successfully, but these errors were encountered: