August 30, 2023
https://issues.dlang.org/show_bug.cgi?id=24119

          Issue ID: 24119
           Summary: VS2022 create project wizard not working or VS2022
                    integration issue
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: regression
          Priority: P1
         Component: visuald
          Assignee: nobody@puremagic.com
          Reporter: turkeyman@gmail.com

Fresh installation of VS2022 Community
Fresh installation of VisualD 1.4.0-beta
File > New -> Project
Choose "D/VC++ based Windows Application"
Configure a default console app and create the project
Press build, and receive this error:

1>C:\Program Files (x86)\VisualD\msbuild\dcompile.targets(192,5): error MSB4062: The "dbuild.CompileD" task could not be loaded from the assembly C:\Program Files (x86)\VisualD\msbuild\dbuild.17.5.dll. Could not load file or assembly 'Microsoft.Build.CPPTasks.Common, Version=17.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

--