Windows 向项目添加新表单时未创建表单设计器(resx 文件)

Windows Form designer (resx file) is not created when adding a new Form to the project

我最近开始使用 Visual Studio 2019(2015 没有像这样的问题)。我以某种方式创建了一个没有任何错误的主要 Windows 表单。但是在我尝试在同一个项目(Sol Explorer->Add->New Item->CLR->Windows Form)中创建另一个 Windows Form 之后,header 和 cpp 文件已创建,但没有创建 resx 文件。所以缺少 Windows 表单设计器。也无法从“解决方案资源管理器”菜单访问它(缺少 'View Designer')。

如何解决这个问题?我找不到解决方案,但有些文章提到 Visual Studio.

中缺少标签

经过多次尝试,这对我有用:

  1. 清理并重建解决方案
  2. 创建新表单
  3. 重复步骤 1
  4. 重新启动 VS

Designer 和 .resx 文件莫名其妙出现