Hello, I have had problems with the new input system of late. It randomly stopped showing as in the assembly and now just gives errors in VS everytime I open up a script in Unity, doesn’t matter where or what Project, every time it is giving me errors even on both my laptop and on my PC
I have tried doing everything from updating Visual Studio to reinstalling it to regenerate project files. Nothing has worked
Visual Studio IntelliSense cannot find the InputSystem package and so you’ll get “errors”, but it won’t impact the actual build. This occurs because the generated .vsproj files aren’t referencing the InputSystem package (for some reason).
See this forum thread for suggestions on fixing Unity project generation.
You can also try googling “unity visual studio intellisense not working” to find other info/help around this.