When I open the XAML project, a list of errors will report problems with all types of behavior on every page I open. Examples:
The name "EventTriggerBehavior" does not exist in the namespace "using:Microsoft.Xaml.Interactions.Core" The name "Interaction" does not exist in the namespace "using:Microsoft.Xaml.Interactivity"
But I have and confirmed the link to BehaviorsXamlSDKManaged, and the project compiles and works fine.

If I open Blend by right-clicking on the solution explorer or open it in Windows Explorer - Blend will report the same errors, and when I go to the list of assets - the behavior will be empty

If I create a version of Javascript, all actions will be found.
I'm at a standstill, having spent several days on this, any help will be very grateful to us.
---- EDIT: I tried reinstalling VS2013
source share