Hello @Chris Ball,
If you get many errors, for example in your scenario, 171 errors, probably it’s caused by some cache or wrongly configuration.
In this case, VS may fail to show the correct cause, but show you every specific errors. You can sometimes confirm this by creating a new project, and checking if the same error appears on that newly created project.
This issue usually appears after you create a new project, open an old project, or do some modifications on the existing project.
Rebuilding project is usually one of the important steps for eliminating these errors. Though rebuilding the project cleans the project first, not all the cache files or folders will be removed. If rebuilding doesn’t work, manually removing these cache(BIN, OBJ, the hidden .vs folder) is needed.
Anyway, it seems you had fixed this issue, glad to know that it doesn’t block you anymore:)
Feel free to contact us if you get any other issues in the future.
Have a great day!
Best Regards,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.