```d
string path;
if(path != "")
{
}
```
Triggers this error of visuald
Comment #1 by r.sagitario — 2022-08-06T11:53:01Z
I cannot reproduce here, but I had to guess the rest of your code (just wrapped it into a function). Can you provide a full example?
I suspect that there might some mix of compiler versions including the definition of `string` from different versions or installations. Do you have multiple projects loaded into the solution that use different configurations?
Comment #2 by msnmancini — 2022-08-07T01:33:59Z
Well, my solution has more than 15 projects, so I probably have one project pushing some info from LDC while other push from DMD
Comment #3 by robert.schadek — 2023-10-18T20:22:30Z