Upgrade to 4.3 broke all my code from version 4.1 (ggc)

I previously had version 4.1 installed on my machine. I installed version 4.3 on my dev machine and after that my project will not build and I am getting a whole lot of error messages. I can't even open up the form in the designer.
What can I do to fix this?

The type or namespace name 'Grid' does not exist in the namespace 'Syncfusion.Windows.Forms' (are you missing an assembly reference?)
The type or namespace name 'Styles' does not exist in the namespace 'Syncfusion' (are you missing an assembly reference?)
The type or namespace name 'SummaryBase' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'Drawing' does not exist in the namespace 'Syncfusion' (are you missing an assembly reference?)
The type or namespace name 'Grouping' does not exist in the namespace 'Syncfusion' (are you missing an assembly reference?)

Loader.
Up arrow icon