Cannot find Unity.Entities

Hi,

I am using version 2018.3.0b4 with entities 0.0.12-preview.19.

I’m getting the error:

Error CS0234: The type or namespace name ‘Entities’ does not exist in the namespace ‘Unity’ (are you missing an assembly reference?) (CS0234) (Assembly-CSharp)

Is there a problem here? Is ECS perhaps not working so will with 2018.3?

The solution actually builds, but intellisense doesn’t work which is very annoying.

Any fix would be much appreciated.

Cheers

Update VS Unity Tools, clean Library and remove csproj files.

1 Like

Thank you, updating Unity Tools fixed the issue.