I 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>