Fix: The type or namespace name 'X' could not be found (after adding a project reference)
CS0246 right after a fresh ProjectReference is almost always a TargetFramework mismatch, a stale obj folder, or a missing using directive. Five fixes in order of likelihood.