Sysprogs forums › Forums › VisualGDB › VisualGdb-5.2r9 Intellisense problems
- This topic has 5 replies, 2 voices, and was last updated 9 years ago by
support.
-
AuthorPosts
-
April 20, 2017 at 08:10 #11037
Bolelov Alexey
ParticipantI have installed VisualGDB-5.2r9 with Visual Studio 2017 Community.
After I created embedded project for STM32F427VG and put the “Clang-based intellisense” in the project settings.<span id=”t-served-community-button” class=”trans-verified-button goog-toolbar-button”></span>
<span id=”result_box” class=”short_text” lang=”en”>No build errors</span>. But, I have a intellisense problems:
- std has no member “move”
- std has no member “make_unique”
- vector has no member “emplace_back”
- …
And others.
And, _cplusplus is always defined as 197711L.
<span id=”result_box” class=”short_text” lang=”en”>What can I do to make it work properly?</span><span id=”t-served-community-button” class=”trans-verified-button goog-toolbar-button”></span>
April 22, 2017 at 04:38 #11052support
KeymasterHi,
This could happen if you switched the language standard in the Makefile manually and did not let VisualGDB retest the settings so that it could query the correct __cplusplus version from your gcc. If you are not sure, please let us know if you are using MSBuild or Make and how exactly you changed the project to C++11.
April 24, 2017 at 07:57 #11059Bolelov Alexey
ParticipantHi,
I am using a MSBuild. I did not change the default language standard
After saving any changes in the VisualGDB Project Properties the Intellisense works correctly.
But if you close and open the file, it again highlights the red and the autocompletion does not work.
-
This reply was modified 9 years ago by
Bolelov Alexey.
April 24, 2017 at 17:41 #11065support
KeymasterHi,
This could happen if the file is not explicitly included in your VC++ project. Could you double-check that it’s explicitly there? If not, would you be able to reproduce the problem on a basic “hello, world” application and send it to us so that we could investigate this further?
April 26, 2017 at 10:49 #11077Bolelov Alexey
ParticipantHi,
This is a link to the project and an image of the screen with the development environment for example:https://yadi.sk/d/-omloItu3HN8ZT
April 30, 2017 at 04:12 #11117support
KeymasterHi,
Sorry, we could not reproduce any IntelliSense problems with the attached project.
The issues you are experiencing could be caused by a corruption of the IntelliSense configuration files or the project file itself.
Please try deleting the <sysgcc>\arm-eabi\*.props files and creating another project via VisualGDB Project Wizard. This should regenerate all the configuration files.
-
AuthorPosts
- You must be logged in to reply to this topic.