Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Problem with C++ and Visual Studio 2019: The document cannot be opend  (Read 912 times)

0 Members and 1 Guest are viewing this topic.

Logitechnological1245

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
I'm having a problem with my project in Visual Studio 2019. I'm making a game using SFML. When I try to open a file...lets say GUI, I'm coding the GUI for my game. I get the message The Document cannot be open. It has been renamed, deleted or moved.

I haven't written anything in it yet.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10989
    • View Profile
    • development blog
    • Email
Re: Problem with C++ and Visual Studio 2019: The document cannot be opend
« Reply #1 on: April 16, 2023, 11:59:13 pm »
From your description I didn't really understand what the problem is.

What you do what exactly does that error appear? And where does that error appear? When compiling? From Intellisense?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Logitechnological1245

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
Re: Problem with C++ and Visual Studio 2019: The document cannot be opend
« Reply #2 on: April 17, 2023, 01:03:13 am »
Its appears when i try to open it in the solution explorer in visual studio. And it already has happend with more then one file.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10989
    • View Profile
    • development blog
    • Email
Re: Problem with C++ and Visual Studio 2019: The document cannot be opend
« Reply #3 on: April 17, 2023, 09:35:50 am »
Well does the file exist on the file system?

Either way, this doesn't exactly seem like anything related to SFML, so you'll probably have more luck with a simple web search.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/