This Magically work. I have Visual studios download with all the components and it just kinda re-builts itself! Thank you Also I think after rebuilding the .sin file I switched the engine! not sure if that was the final solution for me.
Delete Binaries, Build, Intermediate, Saved suggested above by patrick
Launch the project
Project rebuilds .sin files with other folders recreated
Before launching again I think I Switched versions 5.3-5.6 and somehow that worked. lmao. The Project was made in 5.0
I have quite an old project file. After reading this, I temporarily removed the “YourProjNameEditor.target.cs” file, and I was finally able to get my project to compile properly. I pasted it back after, and there were no issues.
I had the same issue, and here’s what I did to solve it.
I’m making the project in different PCs (school and personal) and I’m using different versions in each one (5.6 and 5.6.1), when I try to open the project, it asked to change the version, and when it started, in the log, it showed some errors in the code because I was trying something at school and had to go home. What I did was open .sln file, comment everything that I was trying to do, deleted every folder, excluding Config, Content and Source, Generated the Code and Opened the project. When it started to change the version, there we’re no errors and it opened.