Thank you both for your comments.
David:
Yes, I can use 'string', including "using namespace std" and "<string>" but making that change will make the change on the desktop where 'String' (the String class) is working. There are a number of reasons I don't want that change on the Desktop.
Viorel:
I ran VS Installer and didn't find “C++/CLI support for v143”, so it wasn't installed. I did find “C++/CLI support for v142” and installed it immediately, but bringing VS backup it didn't fix my problem.
Great thought though. This was kind of the direction I was looking for. What am I missing or what have I done wrong to break this.
- Keep in mind that 4 days ago this was working fine and it suddenly stopped working.
That does give me a thought though. I think I'm using the String class. so where is that defined or included? That may be what's missing...
I really appreciate your input!
- Dave