Answer the question
In order to leave comments, you need to log in
Is it possible that the project in visual studio "broke"?
Is it possible that the project in the visual is broken? Well, in the sense that some .sln project files were damaged or something else? Sometimes it happens that a few minutes ago everything worked, then I changed the wrong visualkin file, but shaders, for example, rolled back the changes and everything broke? Or is it because of my curvature?
Answer the question
In order to leave comments, you need to log in
Learn to use any version control system (git, svn, whatever). Then you will always be 100% sure whether "something is wrong" in the code has changed or not. Those. if "rolled back" means Ctrl + Z, then most likely you either did not roll back everything or rolled back too much.
Delete all temporary and generated files from the project folder. 'Rebuild All' may not always help, so it's better to manually delete all created folders and files.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question