Thread overview
New Visual D Project giving error
Apr 03, 2023
Duser
Apr 03, 2023
Duser
Apr 07, 2023
Duser
April 03, 2023

Started a new Visual D project in VS2022 17.5, and the default Hello World project has the following error:

Error: C:\Program Files\D\dmd-2.103.0\src\phobos\std\stdio.d(49): module core.stdc.stddef import wchar_t not found...

April 03, 2023

On Monday, 3 April 2023 at 15:58:32 UTC, Duser wrote:

>

Started a new Visual D project in VS2022 17.5, and the default Hello World project has the following error:

Error: C:\Program Files\D\dmd-2.103.0\src\phobos\std\stdio.d(49): module core.stdc.stddef import wchar_t not found...

Was able to fix this by uninstalling and reinstalling both DMD and Visual D.

April 07, 2023

On Monday, 3 April 2023 at 16:28:17 UTC, Duser wrote:

>

On Monday, 3 April 2023 at 15:58:32 UTC, Duser wrote:

>

Started a new Visual D project in VS2022 17.5, and the default Hello World project has the following error:

Error: C:\Program Files\D\dmd-2.103.0\src\phobos\std\stdio.d(49): module core.stdc.stddef import wchar_t not found...

Was able to fix this by uninstalling and reinstalling both DMD and Visual D.

Unfortunately, that was a temporary fix. Next time I reopened the project, got the same error again.