I have a project (C# Framework 4.6.1) with a properties class. Its just like project.settings. Looks like this:
It has about 225 +- settings. If I add 1 single additional simple setting (just a string, not a duplicate), it causes the project to not compile. Shows errors like this:
Stating that it cannot find the property.
The only thing I can think of is we have reached a limit in the number of settings.
Does anyone have help here?