Cannot Open ThreadsComponent.vue in js/Components with Cursor 0.33.4

I created a new Vue file with Cursor 0.33.4:
resources/js/Components/ThreadsComponent.vue

However, it shows “Cannot open” and displays a “Create file” button.

This file can be viewed and edited without any issues in VSCode or a text editor.If I change the file name to threadsComponent.vue or ThreadsComponent2.vue, it can be opened with Cursor.

Changing it to a PHP file like ThreadsComponent.php also allows it to be opened.

It can also be edited if moved to a different folder other than Components.I don’t understand why the issue occurs only with ThreadsComponent.vue.

If you know the cause or have any solutions, please advise.

Could you please share screenshots of what you see and send details on your machine copied from “Cursor > About Cursor”

Thank you for your reply.
The information is as follows
Best regards.

Version: 0.33.4
VSCode Version: 1.86.2
Commit: 2dd5b2855ac68f3a3d3babee87d22b399a9db7d0
Date: 2024-05-11T02:05:08.197Z
Electron: 27.2.3
ElectronBuildId: undefined
Chromium: 118.0.5993.159
Node.js: 18.17.1
V8: 11.8.172.18-electron.0
OS: Windows_NT x64 10.0.22631

Perhaps the code generated by Chat may be the cause.
A similar problem occurred just now.
It occurred after generating the code for the file name that caused the problem.
So, I deleted the chat history and restarted the application, which solved the problem.
I am not sure if this is the real cause.
For now, the problem has been resolved.