编译器警告(等级 1)C4632

XML 文档注释:文件 - 拒绝访问:原因

.xdc 文件 (file) 的路径无效,未创建 .xdc 文件。

下面的示例生成 C4632:

// C4632.cpp
// compile with: /clr /docv:\\falsedir /LD /W1
// C4632 expected

/// Text for class MyClass.
public ref class MyClass {};