<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/109586>109586</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            [Clang-Cl][Modules][VS2022]
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          MohammedAhmed381
      </td>
    </tr>
</table>

<pre>
    using clang-cl 19.1.0 and visual studio 2022 latest version
With this properties
Build Iso c++23 standered library module set to yes
Scan sources fo buildup dependences set to yes
and cpp preview features
```
import std;
int main() 
{
  return 0;
}
```
and compile error was 
```
1>FileName.cpp(1,8): fatal error : module 'std' not found
```
in the meanwhile msvc compilles successfully
and the same thing happens if I make cppm file
then try to import the new module in cppm
is it a bug or am I missing something
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJxsk0-PozgQxT-NuZQ6giIJcOCQdDbSHGYvI-2eDS7Au_6DXHaifPuVaXpbGrWEhMrFe_xc9pPMenZEvThdxelWyBQXH_qffpHWkrosllTdVsXg1atPrN0Mo5FufhsNVN2hOpQgnYKH5iQNcExKe8ASEYyMxBEeFFh7J8qbKC9_67hAXDTDGvxKIWrij841aaPgB3sYBV4FXrEGjtIpCqTA6CHI8ALrVTIETBGih9en-NcoHbBPYSSGycOQzdIKilZyilxe_l2Tqcd1hTXQQ9MTJpIxhc-uOJf7s5Xarj5E4KhEfd2XXAQrtRPYCuxglzV7FyBQTMFB-b9ANLdvvTcQb1dtCCgEH-ApGb79tBL1H3dt6E9p6TCuq8C2EvieAUR9gUlGaXaPXO_TEthkcGzA-QiTT059v0kHcSGwJN1zyTSWH-OOZvIE0zgS85SMeX2hZwlLS_lY3QyLXFdyDHqCH2Dlv5SHbGHShj40cSEHMbzyYexjzRaOnp-82m2aHYpBR5AwpBl8AGmzrebtIrK3tP21UH2turqTBfVVg02JHTZ1sfRDjfIoT6qUNFSE7dgMbTmo43jGoTnXU6F7LPFYdohVi1WFBzxK1XZSDaeuUURSHEuyUpuDMQ978GEuNHOiviq7U3sujBzI8BYexLyHrSsQc5ZCn0VvQ5pZHEujOfKXTdTRbKl73-L0bsTpJk7Xn9sM-KP461dOUrZKwfRLjCuL-iLwLvA-67ik4TB6K_CeXffX2xr8PzRGgfeNhQXed9hHj_8FAAD__45SPEM">