The error is with this line, on the \CMS\CMSModules\Categories\Controls\Categories.ascx.designer.cs
line 283: protected global::CMSModules_Categories_Controls_CategoryAllowedPageTypes catEditPageTypes;
Severity Code Description Project File Line Suppression State Error (active) CS0400 The type or namespace name 'CMSModules_Categories_Controls_CategoryAllowedPageTypes' could not be found in the global namespace (are you missing an assembly reference?) CMS C:\Users\ahlnw1\source\repos\intranet.northernlighthealth.org\CMS\CMSModules\Categories\Controls\Categories.ascx.designer.cs 283
I figured it out, it looks like the pages were created but not added to the project. So I just needed to add them to the project.
Please, sign in to be able to submit a new answer.