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

Is then a way to include remote header file into itellsence and have the core guildline checker #117

Closed
vickoza opened this issue Mar 15, 2017 · 7 comments
Assignees
Labels

Comments

@vickoza
Copy link

vickoza commented Mar 15, 2017

Please use the following bug reporting template to help produce actionable and reproducible issues:

  • A brief description

  • Expected results

  • Actual results (with build output window contents if applicable)

  • VC++ version, Linux system name and version, GCC/GDB/gdbserver version, CPU arch, etc. If you are using a specific version of Linux on an embedded board, we might need to know about it to get a repro on similar hardware

  • Steps required to reproduce the error

  • Required packages and commands to install

See our contributing instructions for assistance.

@allanhaywood
Copy link

I believe this question has been answered by other issues, so make sure to check existing issues (open and closed) to see if there is an answer to your question.

Also, fill out the template for the issue report.

To answer your question (if I understand it) you can copy the headers to your local system and then set the Include Search Path to search at that location.
This is found under Project->Properties->C/C++->IntelliSense

@vickoza
Copy link
Author

vickoza commented Mar 21, 2017 via email

@vickoza
Copy link
Author

vickoza commented Mar 21, 2017 via email

@allanhaywood
Copy link

I haven't tried it, but maybe a network mapped folder to the remote system. Then add the networked mapped folder to the include search path.

@robotdad
Copy link
Member

@vickoza what @allanhaywood said, you should be able to mount a network share then point additional include directories at it to get this working.

@Victsz
Copy link

Victsz commented Oct 9, 2017

@allanhaywood What about CMAKE import project, I can`t find project property page

@itodirel
Copy link
Member

itodirel commented Apr 5, 2018

The make_unique was caused by the language standard, you need at least C++14 for it, and we only supported C++11 for IntelliSense. We fixed this and it will be in 15.7 Preview 4 #258

capture

The headers problem was fixed in 15.7 Preview 2 #215

@itodirel itodirel closed this as completed Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants