Hello forum!
Quite a simple problem probably rather with Windows way its working than Visual Studio.
Is there any way to force Visual Studio to clean up its file name lookup? Let's say I had a file once named My_Class.h and now renamed the original file to my_class.h, Visual Studio will still show it as My_Class.h and also push that exact file name to my Git.
But I want it to push my_class.h to Git and also show that name in the solution explorer.
Thanks for taking your time to read my thread : ) Hopefully somebody can help me out as this is a life threatening issue, haha.