Update vcxproj generator intellisense settings

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.3.3
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • Security 2019-01-13
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      It appears the VS 2015 intellisense matches the default VC compiler C++ standard's level of C++ 14. We need to instruct VS 2015 intellisense to use C++17 to match how we configure the cl compiler.

      This can be done with the following property:

      <AdditionalOptions>/std:c++17</AdditionalOptions>
      

      Fix provided by marcos.grillo

            Assignee:
            Mark Benvenuto
            Reporter:
            Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: