VS failing to build
After setting an .ico to my project it just wont build and I am unsure why
13 Replies
If you remove the .ico does it build? Those errors look unrelated to an icon.
Looks like a simple missing namespace.
it was all working fine till i added them icons
tried removing them now its all messed up
Can you revert the code back to where it was working and try again?
how do i do that
You're not using source control (git) ?
it just ends like this
no
This is why you should use git.
And commit your changes often.
so theres no fix other than that
Hard to say without knowing more about your code and/or what you changed.
all i did was add an ico
Feels like maybe you accidentally changed something else without realizing it.
potentially
meh i didnt get a lot done ill just re do it