Visual Studio 2017 HRESULT: 0x80070005 / E_ACCESSDENIED on project creation

前端 未结 6 887
清歌不尽
清歌不尽 2021-02-06 22:28

I\'m running Visual Studio 2017, version 15.0.0+26228.9

When I\'m trying to create a new project via File > New > Project... in Visual Studio 2017, I\'

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-06 23:18

    My solution,

    The Clang-format caused this. just disable clang-format:

    Options->Text Editor->C/C++->Formatting->General->Eable ClangFormat Support

提交回复
热议问题